GNOME Bugzilla – Bug 629054
Memory leak in memo_table_constructed()
Last modified: 2013-09-13 01:03:50 UTC
==31478== 12,262 (128 direct, 12,134 indirect) bytes in 2 blocks are definitely lost in loss record 42,720 of 43,070 ==31478== at 0x4A0515D: malloc (vg_replace_malloc.c:195) ==31478== by 0x3D3D645C80: g_malloc (gmem.c:134) ==31478== by 0x3D3D65C796: g_slice_alloc (gslice.c:836) ==31478== by 0x3D3D65CA45: g_slice_alloc0 (gslice.c:848) ==31478== by 0x3D3DE32EA3: g_type_create_instance (gtype.c:1867) ==31478== by 0x3D3DE108DB: g_object_constructor (gobject.c:1482) ==31478== by 0x3D3DE13910: g_object_newv (gobject.c:1266) ==31478== by 0x3D3DE1455B: g_object_new (gobject.c:1178) ==31478== by 0xEC642DD: memo_table_constructed (e-memo-table.c:343) ==31478== by 0x3D3DE1388F: g_object_newv (gobject.c:1375) ==31478== by 0x3D3DE14310: g_object_new_valist (gobject.c:1463) ==31478== by 0x3D3DE14540: g_object_new (gobject.c:1181)
Fixed for 2.31.92 in: http://git.gnome.org/browse/evolution/commit/?id=86bd41c9c374b8b80ed4924d4cc1c3f6e196731a
I'm marking this as a duplicate of bug #629052, because the same fix and the same issue with it. *** This bug has been marked as a duplicate of bug 629052 ***