mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
tests: codec-select: Plug element name memory leak
https://bugzilla.gnome.org/show_bug.cgi?id=732593
This commit is contained in:
parent
7b791749a0
commit
c44a705631
1 changed files with 1 additions and 0 deletions
|
@ -226,6 +226,7 @@ my_bus_callback (GstBus * bus, GstMessage * message, gpointer data)
|
|||
GMainLoop *loop = (GMainLoop *) data;
|
||||
|
||||
g_print ("Got %s message from %s\n", GST_MESSAGE_TYPE_NAME (message), name);
|
||||
g_free (name);
|
||||
|
||||
switch (GST_MESSAGE_TYPE (message)) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue