After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 628659 - imapx_sync_changes memory leak
imapx_sync_changes memory leak
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Mailer
2.32.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
evolution[imapx]
Depends on:
Blocks: 627707
 
 
Reported: 2010-09-03 00:47 UTC by David Woodhouse
Modified: 2013-09-14 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
eds patch (1.76 KB, patch)
2010-09-07 09:00 UTC, Milan Crha
committed Details | Review

Description David Woodhouse 2010-09-03 00:47:04 UTC
==21464== 16 bytes in 1 blocks are definitely lost in loss record 7,893 of 33,527
==21464==    at 0x4A0615D: malloc (vg_replace_malloc.c:195)
==21464==    by 0x3D3D645C80: g_malloc (gmem.c:134)
==21464==    by 0x3D3D65E31D: g_strdup (gstrfuncs.c:101)
==21464==    by 0x1A2636A5: imapx_server_sync_changes (camel-imapx-server.c:5285)
==21464==    by 0x1A261DCB: imapx_sync (camel-imapx-folder.c:216)
==21464==    by 0x68F1087: camel_folder_sync (camel-folder.c:1124)
==21464==    by 0xF39E407: mail_msg_proxy (mail-mt.c:469)
==21464==    by 0x3D3D668EC3: g_thread_pool_thread_proxy (gthreadpool.c:314)
==21464==    by 0x3D3D666745: g_thread_create_proxy (gthread.c:1897)
==21464==    by 0x359B007760: start_thread (pthread_create.c:301)
==21464==    by 0x359A8E14EC: clone (clone.S:115)
Comment 1 Milan Crha 2010-09-07 09:00:36 UTC
Created attachment 169654 [details] [review]
eds patch

for evolution-data-server;
Comment 2 Milan Crha 2010-09-07 09:02:01 UTC
Created commit 126e66f in eds master (2.31.92+)