playbin2: Don't leak the GError and debug string when parsing error messages

This commit is contained in:
Sebastian Dröge 2009-11-13 12:47:55 +01:00
parent f3b3dd33f3
commit 16dec615cb

View file

@ -2017,6 +2017,8 @@ gst_play_bin_handle_message (GstBin * bin, GstMessage * msg)
new_msg = gst_message_new_warning (msg->src, err, debug);
gst_message_unref (msg);
g_error_free (err);
g_free (debug);
msg = new_msg;
REMOVE_SIGNAL (group->suburidecodebin, group->sub_pad_added_id);