GNOME Bugzilla – Bug 753231
Memory is potentially used after free
Last modified: 2016-07-17 03:25:06 UTC
Created attachment 308723 [details] [review] Patch for fixing the issue. Memory is potentially used after a free() in an error handling path. Alternatively memory is not properly freed after encountering an error.