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
@ -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…
x
Reference in New Issue
Block a user