The following patch was applied upstream to fix this bug :
Index: libsoup/soup-soap-message.c
===================================================================
RCS file: /cvs/gnome/libsoup/libsoup/soup-soap-message.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libsoup/soup-soap-message.c 14 Jun 2005 15:34:22 -0000 1.12
+++ libsoup/soup-soap-message.c 22 Aug 2005 16:48:54 -0000 1.13
@@ -45,6 +45,8 @@
{
GObjectClass *object_class = G_OBJECT_CLASS (soup_soap_message_class);
+ g_type_class_add_private (soup_soap_message_class, sizeof
(SoupSoapMessagePrivate));
+
object_class->finalize = finalize;
}
With this bug in the debian version, the library is unusable, so the
severity of this bug should be bumped.
Regards,
Thomas.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]