GNOME Bugzilla – Bug 762653
girepository: Fix some memory leaks in gdump.c
Last modified: 2016-02-26 08:24:50 UTC
Trivial patch attached.
Created attachment 322318 [details] [review] girepository: Fix some memory leaks in gdump.c These were leaking memory when dumping introspection data from projects for building their GIR files. That’s generally not a problem, unless you’re trying to build the project with -fsanitize=address, which causes the GIR build phase to error out due to leaking memory.
Created attachment 322319 [details] [review] girepository: Fix some memory leaks in gdump.c These were leaking memory when dumping introspection data from projects for building their GIR files. That’s generally not a problem, unless you’re trying to build the project with -fsanitize=address, which causes the GIR build phase to error out due to leaking memory.
Review of attachment 322319 [details] [review]: Looks reasonable, thanks.
Thanks. Attachment 322319 [details] pushed as 1746e1d - girepository: Fix some memory leaks in gdump.c