GNOME Bugzilla – Bug 511980
libsoup-2.4 crashes Evolution on startup/Account setup.
Last modified: 2008-01-27 15:16:23 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.
Created attachment 103711 [details] [review] Proposed patch
looks good, please commit
Committed to trunk.