GNOME Bugzilla – Bug 333944
mem leak in ev-window-title
Last modified: 2006-04-24 13:35:23 UTC
==16259== 297 (268 direct, 29 indirect) bytes in 16 blocks are definitely lost in loss record 171 of 305 ==16259== at 0x401B422: malloc (vg_replace_malloc.c:149) ==16259== by 0x4CA2F36: g_malloc (gmem.c:131) ==16259== by 0x4CB2C65: g_strdup (gstrfuncs.c:91) ==16259== by 0x8078CD1: ev_window_title_update (ev-window-title.c:115) in ev_window_title_update, |title| is set from g_strdup but never freed.
Created attachment 60988 [details] [review] Trivial patch Trivial patch that fixes the memleak
Thanks for the patch, Carlos. After some time I think the bug is so important we should fix it in this release. Although I don't know
2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org> * shell/ev-window-title (ev_window_title_update): Fix memory leak in window title. Fixes bug #333944
*** Bug 339497 has been marked as a duplicate of this bug. ***