From 7b3d3839715f69efe2f5ea085547b5526141e742 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Fri, 16 Dec 2016 13:59:51 -0300 Subject: [PATCH] check: Avoid possible double free --- libs/gst/check/gstcheck.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/gst/check/gstcheck.c b/libs/gst/check/gstcheck.c index 1e910c7..f4aeb63 100644 --- a/libs/gst/check/gstcheck.c +++ b/libs/gst/check/gstcheck.c @@ -150,7 +150,6 @@ gst_check_init (int *argc, char **argv[]) else g_printerr ("Error initializing: Unknown error!\n"); g_clear_error (&err); - g_option_context_free (ctx); } g_option_context_free (ctx); -- 2.7.4