GNOME Bugzilla – Bug 642754
tiny leak in wrap_g_constant_info_get_value
Last modified: 2012-04-22 14:47:28 UTC
==19306== 9 bytes in 1 blocks are definitely lost in loss record 677 of 15,667 ==19306== at 0x4A05E46: malloc (vg_replace_malloc.c:195) ==19306== by 0x80CDBE2: g_malloc (gmem.c:164) ==19306== by 0x80E5EE7: g_memdup (gstrfuncs.c:130) ==19306== by 0x74CECBE: g_constant_info_get_value (giconstantinfo.c:98) ==19306== by 0x13E53CE4: _wrap_g_constant_info_get_value (pygi-info.c:1093)
Created attachment 212491 [details] [review] patch quick patch for this old bug I filed... I run a quick make check and it passes, but I have not tested it thoroughly
Comment on attachment 212491 [details] [review] patch This looks straightforward, and matches the docs. Please push.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.