make this non-static.
authorDan Winship <danw@src.gnome.org>
Wed, 21 Nov 2007 16:23:26 +0000 (16:23 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 21 Nov 2007 16:23:26 +0000 (16:23 +0000)
commit69f3f07657d185616171dd50ecbd903ed750a5f7
tree12ee2848dad6acec34d551b8ee38f52042a8455f
parentb93fb08a8708b15c8b22275529d990df6f49fa9a
make this non-static.

* libsoup/soup-message-io.c (soup_message_io_cleanup): make this
non-static.

* libsoup/soup-message.c (finalize): Use soup_message_io_cleanup()
rather than soup_message_io_stop(), to avoid leaks when finalizing
an unfinished message. (Another part of #498509, Wouter Cloetens.)

svn path=/trunk/; revision=956
ChangeLog
libsoup/soup-message-io.c
libsoup/soup-message-private.h
libsoup/soup-message.c