mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
plug leak
Original commit message from CVS: plug leak
This commit is contained in:
parent
1912b5b2eb
commit
207d16443d
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ _wrap_gst_message_parse_tag (PyGstMiniObject *self)
|
||||||
gst_message_parse_tag (GST_MESSAGE(self->obj), &taglist);
|
gst_message_parse_tag (GST_MESSAGE(self->obj), &taglist);
|
||||||
|
|
||||||
ret = pyg_boxed_new (GST_TYPE_TAG_LIST, taglist, TRUE, TRUE);
|
ret = pyg_boxed_new (GST_TYPE_TAG_LIST, taglist, TRUE, TRUE);
|
||||||
|
gst_tag_list_free (taglist);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
%%
|
%%
|
||||||
|
|
Loading…
Reference in a new issue