SoupURI: never return NULL from soup_uri_decode/soup_uri_normalize
authorDan Winship <danw@gnome.org>
Fri, 24 Sep 2010 18:07:59 +0000 (14:07 -0400)
committerDan Winship <danw@gnome.org>
Tue, 9 Nov 2010 15:10:19 +0000 (10:10 -0500)
commit03ba590d895bba7fa47fe545fd5fdef8b6f610b7
treeb9541a9e434dec2fed156aaaf09fa36ce09f0dce
parent635647ef5d07aaddcbe6f9aa63d6fed6d090e419
SoupURI: never return NULL from soup_uri_decode/soup_uri_normalize

Normally you just want to DTRT, and soup_uri_new() already behaved this
way anyway.

https://bugzilla.gnome.org/show_bug.cgi?id=630540
libsoup/soup-uri.c