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 511980 - libsoup-2.4 crashes Evolution on startup/Account setup.
libsoup-2.4 crashes Evolution on startup/Account setup.
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: API
2.4.x
Other Linux
: Normal blocker
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks: 510316
 
 
Reported: 2008-01-25 07:35 UTC by Srinivasa Ragavan
Modified: 2008-01-27 15:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (941 bytes, patch)
2008-01-25 07:37 UTC, Srinivasa Ragavan
committed Details | Review

Description Srinivasa Ragavan 2008-01-25 07:35:30 UTC
See bug http://bugzilla.gnome.org/show_bug.cgi?id=510316#c5

the concat hash table was destroyed on clear headers but not sent to null. Im not sure, if that should be destroyed in first place. Just the contents can be cleared.

Either
 destroy the hash table 
 and set it to NULL

or
 remove all from the hashtable and leave it as it is.

I preferred the later and the patch follows.
Comment 1 Srinivasa Ragavan 2008-01-25 07:37:00 UTC
Created attachment 103711 [details] [review]
Proposed patch
Comment 2 Dan Winship 2008-01-25 20:30:27 UTC
looks good, please commit
Comment 3 Srinivasa Ragavan 2008-01-27 15:16:23 UTC
Committed to trunk.