From 1f59cba7117d9b9d6d5ea04b09d1688fec814531 Mon Sep 17 00:00:00 2001 From: Jeremy Henty Date: Sun, 3 May 2009 14:42:26 -0400 Subject: Removed redundant caller NULL checks already in the API --- src/url.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/url.c') diff --git a/src/url.c b/src/url.c index 995e3068..201892ea 100644 --- a/src/url.c +++ b/src/url.c @@ -190,6 +190,7 @@ static DilloUrl *Url_object_new(const char *uri_str) /* * Free a DilloUrl + * Do nothing if the argument is NULL */ void a_Url_free(DilloUrl *url) { -- cgit v1.2.3