mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 09:10:36 +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
|
||||
g_printerr ("Error initializing: Unknown error!\n");
|
||||
g_clear_error (&err);
|
||||
g_option_context_free (ctx);
|
||||
}
|
||||
g_option_context_free (ctx);
|
||||
|
||||
|
|
Loading…
Reference in a new issue