GNOME Bugzilla – Bug 638847
memory leaks when handling closures and enums
Last modified: 2011-01-07 09:08:03 UTC
When handling closures, an array of arguments is generated. The data from this array is copied, and the array is never freed. Also, when handling enums, a structure is generated but not freed.
Created attachment 177678 [details] [review] Patch.
Pushed, thanks. Please follow the instructions in the link below next time: http://live.gnome.org/Git/Developers#Contributing_patches