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 447753 - Memory leak in imap_command_strdup_vprintf()
Memory leak in imap_command_strdup_vprintf()
Status: RESOLVED FIXED
Product: evolution-data-server
Classification: Platform
Component: Mailer
1.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2007-06-15 03:37 UTC by Matthew Barnes
Modified: 2013-09-14 16:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (389 bytes, patch)
2007-06-15 03:37 UTC, Matthew Barnes
committed Details | Review

Description Matthew Barnes 2007-06-15 03:37:04 UTC
The GPtrArray used to store arguments in imap_command_strdup_vprintf() (camel/providers/imap/camel-imap-command.c) never gets freed.
Comment 1 Matthew Barnes 2007-06-15 03:37:37 UTC
Created attachment 89988 [details] [review]
Proposed patch
Comment 2 Veerapuram Varadhan 2007-06-15 14:57:51 UTC
(In reply to comment #1)
> Created an attachment (id=89988) [edit]
> Proposed patch
> 

Patch looks good.  Matthew, please commit to trunk and STABLE.
Comment 3 Matthew Barnes 2007-06-15 15:13:46 UTC
Committed to trunk (revision 7822) and gnome-2-18 branch (revision 7823).