GNOME Bugzilla – Bug 752992
matroska: fix minor tag string leak
Last modified: 2015-08-16 13:41:22 UTC
after adding to tag list key_val is not being freed resulting in memory leak
Created attachment 308353 [details] [review] fix memory leak
Thanks, pushed: commit 72b86ae8686932832d57bc6f6e45645f9c2d8243 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Wed Jul 29 13:43:50 2015 +0900 matroska: fix memory leak After adding to tag list, key_val is not being free'd resulting in memory leak https://bugzilla.gnome.org/show_bug.cgi?id=752992