plug leak

Original commit message from CVS:
plug leak
This commit is contained in:
Johan Dahlin 2005-11-02 13:54:21 +00:00
parent 1912b5b2eb
commit 207d16443d

View file

@ -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;
} }
%% %%