mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
tests: imagefreeze: remove extraneous _unref
This commit is contained in:
parent
e94f68fd6b
commit
e937d38544
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ bus_handler (GstBus * bus, GstMessage * message, gpointer data)
|
||||||
g_error ("error from %s: %s (%s)\n",
|
g_error ("error from %s: %s (%s)\n",
|
||||||
GST_ELEMENT_NAME (GST_MESSAGE_SRC (message)), gerror->message,
|
GST_ELEMENT_NAME (GST_MESSAGE_SRC (message)), gerror->message,
|
||||||
GST_STR_NULL (debug));
|
GST_STR_NULL (debug));
|
||||||
gst_message_unref (message);
|
|
||||||
g_error_free (gerror);
|
g_error_free (gerror);
|
||||||
g_free (debug);
|
g_free (debug);
|
||||||
g_main_loop_quit (loop);
|
g_main_loop_quit (loop);
|
||||||
|
|
Loading…
Reference in a new issue