mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 02:15:31 +00:00
check: Avoid possible double free
This commit is contained in:
parent
f7255f318f
commit
7b3d383971
1 changed files with 0 additions and 1 deletions
|
@ -150,7 +150,6 @@ gst_check_init (int *argc, char **argv[])
|
||||||
else
|
else
|
||||||
g_printerr ("Error initializing: Unknown error!\n");
|
g_printerr ("Error initializing: Unknown error!\n");
|
||||||
g_clear_error (&err);
|
g_clear_error (&err);
|
||||||
g_option_context_free (ctx);
|
|
||||||
}
|
}
|
||||||
g_option_context_free (ctx);
|
g_option_context_free (ctx);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue