soup_value_hash_insert_value() copies the value, so we have to
authorDan Winship <danw@src.gnome.org>
Tue, 30 Sep 2008 17:16:48 +0000 (17:16 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 30 Sep 2008 17:16:48 +0000 (17:16 +0000)
commit22383843409a9db96eeacccd93d1aaa028930e47
tree2ae391deff582b5be63b51f79963191bc199907e
parentdd40c1515f1687c614f2dc670aca49fad8ad2088
soup_value_hash_insert_value() copies the value, so we have to

* libsoup/soup-xmlrpc.c (parse_value):
soup_value_hash_insert_value() copies the value, so we have to
g_value_unset() our copy.

* tests/chunk-test.c:
* tests/misc-test.c:
* tests/ntlm-test.c: fix leaks

* tests/libsoup.supp: update

svn path=/trunk/; revision=1169
ChangeLog
libsoup/soup-xmlrpc.c
tests/chunk-test.c
tests/libsoup.supp
tests/misc-test.c
tests/ntlm-test.c