Don't free the hosts while holding host_lock; that's not allowed and can
authorDan Winship <danw@src.gnome.org>
Mon, 22 May 2006 14:47:30 +0000 (14:47 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 22 May 2006 14:47:30 +0000 (14:47 +0000)
commitfd265d01dbd577b361f895aac6b6c073e47fe1e7
treea90c128945a16639a23fff757102a26e547eb95c
parenta2b99b467f9441afa23db1751d2b8cc62cffa4a2
Don't free the hosts while holding host_lock; that's not allowed and can

        * libsoup/soup-session.c (cleanup_hosts): Don't free the hosts
        while holding host_lock; that's not allowed and can cause
        deadlock. #309867. Based on a patch from Veerapuram Varadhan for
        part of bnc #174255.
ChangeLog
libsoup/soup-session.c