GNOME Bugzilla – Bug 756171
qtmux: fix date memory leak
Last modified: 2015-10-07 18:05:33 UTC
When we get date using gst_tag_list_get_date, then the date needs to be freed.
Created attachment 312798 [details] [review] fix date memory leak
commit 44008938bb4b296f1d584d9450a338e63157b9f8 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Wed Oct 7 17:14:57 2015 +0900 qtmux: Fix date memory leak When getting date from taglist, the memory should be freed after using it. https://bugzilla.gnome.org/show_bug.cgi?id=756171