summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--omx/gstomx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/omx/gstomx.c b/omx/gstomx.c
index 69696c4..5dfb4ea 100644
--- a/omx/gstomx.c
+++ b/omx/gstomx.c
@@ -2618,6 +2618,7 @@ _class_init (gpointer g_class, gpointer data)
#endif
class_data->hacks = gst_omx_parse_hacks (hacks);
+ g_strfreev (hacks);
}
}