summaryrefslogtreecommitdiffstats
path: root/video/out/vo_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/vo_null.c')
-rw-r--r--video/out/vo_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/vo_null.c b/video/out/vo_null.c
index 8d8d95d065..2259e50c48 100644
--- a/video/out/vo_null.c
+++ b/video/out/vo_null.c
@@ -32,6 +32,7 @@
static void draw_image(struct vo *vo, mp_image_t *mpi)
{
+ talloc_free(mpi);
}
static void flip_page(struct vo *vo)