GNOME Bugzilla – Bug 729703
Leaks a GError in g_file_move
Last modified: 2014-07-28 12:49:23 UTC
While digging about in gfile.c, I came across a memory leak in g_file_move(), where if a GError is not propagated it is leaked. I did not test with Valgrind, so the coming patch is just based on inspecting the code.
Created attachment 276059 [details] [review] fix the memory leak
Review of attachment 276059 [details] [review]: Looks good -- thanks.
Comment on attachment 276059 [details] [review] fix the memory leak Pushed to master. Thanks for the review!