GNOME Bugzilla – Bug 753903
wavpackdec: fix taglist memory leak
Last modified: 2015-08-28 18:28:03 UTC
When passing the taglist to gst_audio_decoder_merge_tags, the reference is increased by audiodecoder and the caller should free the taglist being passed.
Created attachment 309779 [details] [review] fix taglist leak
commit 1d23930cd738ac365b3ec242c2017fa67743292e Author: Vineeth TM <vineeth.tm@samsung.com> Date: Fri Aug 21 12:20:59 2015 +0900 wavpackdec: fix taglist memory leak When passing the taglist to gst_audio_decoder_merge_tags, the reference is increased by audiodecoder and the caller should free the taglist being passed. https://bugzilla.gnome.org/show_bug.cgi?id=753903