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 651643 - Memory leak on soup_session_abort()
Memory leak on soup_session_abort()
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: API
2.34.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2011-06-01 14:34 UTC by Milan Crha
Modified: 2011-06-03 06:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed libsoup patch (355 bytes, patch)
2011-06-01 14:34 UTC, Milan Crha
none Details | Review
proposed libsoup patch (1.01 KB, patch)
2011-06-01 16:34 UTC, Milan Crha
committed Details | Review

Description Milan Crha 2011-06-01 14:34:02 UTC
Created attachment 189005 [details] [review]
proposed libsoup patch

While working on memory issues in evolution-data-server I noticed a memory leak in libsoup, namely when calling soup_session_abort() on a sync session. The attached patch fixes the issue.
Comment 1 Milan Crha 2011-06-01 16:34:33 UTC
Created attachment 189027 [details] [review]
proposed libsoup patch

for libsoup;

This includes two more memory leak fixes.
Comment 2 Dan Winship 2011-06-02 13:21:30 UTC
Comment on attachment 189027 [details] [review]
proposed libsoup patch

yup
Comment 3 Milan Crha 2011-06-03 06:02:04 UTC
Created commit 779660d in libsoup master
Created commit e411c8e in libsoup gnome-3-0 (2.34.3+)