GNOME Bugzilla – Bug 731304
g_file_read_link leaks memory
Last modified: 2017-11-17 14:04:40 UTC
The commit below introduced a leak on error in g_file_read_link. Nothing frees "buffer". (seperate bug report on the whole commit not working coming up) commit f16753cfe04006144bdfbd1fb7d3dab20024915b Author: Matthias Clasen <mclasen@redhat.com> Date: Tue Dec 24 23:24:40 2013 -0500 Unify error reporting in gfileutils.c Use the set_file_error helper function in more places, saving some 50 lines.
This was fixed in commit 49a5d0f6f2aed99cd78f25655f137f4448e47d92 (bug #733576). *** This bug has been marked as a duplicate of bug 733576 ***