summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgstcs/mm_util_gstcs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gstcs/mm_util_gstcs.c b/gstcs/mm_util_gstcs.c
index bb89eff..d6113fe 100755
--- a/gstcs/mm_util_gstcs.c
+++ b/gstcs/mm_util_gstcs.c
@@ -426,6 +426,7 @@ static int _gstcs_create_image_format(image_format_s **format)
static void _gstcs_destroy_image_format(image_format_s *format)
{
if (format != NULL) {
+ gst_caps_unref(format->caps);
GSTCS_FREE(format->format_label);
GSTCS_FREE(format->colorspace);
GSTCS_FREE(format);