GNOME Bugzilla – Bug 750606
validate: media-check: remove unnecessary unref
Last modified: 2015-06-13 18:31:16 UTC
writer instance unrefed twice and got crashed when it could not parse file, so I remove first unref.
Created attachment 304823 [details] [review] validate: media-check: remove unnecessary unref
commit 953db96ede36f90672506e1c7d7cc21a34c2b3c6 Author: Wonchul Lee <chul0812@gmail.com> Date: Tue Jun 9 09:10:42 2015 +0900 validate: media-check: fix double unref in error code path Writer would get unrefed twice when it could not parse the file. https://bugzilla.gnome.org/show_bug.cgi?id=750606