Fix dangling pointer error where a resolved SoupAddress is passed to the
authorAlex Graveley <alex@ximian.com>
Mon, 30 Jul 2001 22:02:31 +0000 (22:02 +0000)
committerAlex Graveley <orph@src.gnome.org>
Mon, 30 Jul 2001 22:02:31 +0000 (22:02 +0000)
commitfdcae7db150243a7778b63526e15486df0e5955b
tree8d48b2279bd7a9e85d117766aa4ad39b671ab3ee
parent344b02337904cdbfdca67897976e3bf74377369e
Fix dangling pointer error where a resolved SoupAddress is passed to the

2001-07-30  Alex Graveley  <alex@ximian.com>

* src/soup-core/soup-socket.c (soup_address_new_cb): Fix dangling
pointer error where a resolved SoupAddress is passed to the callback,
and then realloc'd.

* src/soup-core/soup-headers.c (soup_headers_parse_response):
Don't require gchar const **status_phrase.
ChangeLog
libsoup/soup-headers.c
libsoup/soup-headers.h
libsoup/soup-socket.c