diff --git a/ext/iqa/iqa.c b/ext/iqa/iqa.c index f57924059a..dd9e4e100b 100644 --- a/ext/iqa/iqa.c +++ b/ext/iqa/iqa.c @@ -218,6 +218,7 @@ do_dssim (GstIqa * self, GstVideoFrame * ref, GstVideoFrame * cmp, dssim_structure, NULL); gst_structure_free (dssim_structure); + free (map_meta.data); g_free (ptrs); g_free (ptrs2); gst_buffer_unmap (ref->buffer, &ref_info);