GNOME Bugzilla – Bug 572130
memory leaks
Last modified: 2009-02-18 11:52:27 UTC
* GValue as in-parameter * binary data test
Created attachment 128896 [details] [review] fix memory leaks
Yes
Fixed as of e082b44c58f0626396b7a3f2541d88d5008a79a5
Created attachment 128910 [details] [review] gi: test for G_TYPE_VALUE before G_TYPE_BOXED when deallocating (oddly valgrind-check missed it) gi: test for G_TYPE_VALUE before G_TYPE_BOXED when deallocating G_TYPE_VALUE is-a G_TYPE_BOXED but we allocate it differently so test for the special case first to deallocate properly and avoid invalid free()
Comment on attachment 128910 [details] [review] gi: test for G_TYPE_VALUE before G_TYPE_BOXED when deallocating Committed as 034fcd014122ea923cb5c59c1cef3a9342b49d8f