aboutsummaryrefslogtreecommitdiff
path: root/src/url.c
diff options
context:
space:
mode:
authorJeremy Henty <onepoint@starurchin.org>2009-05-03 14:42:26 -0400
committerJeremy Henty <onepoint@starurchin.org>2009-05-03 14:42:26 -0400
commit1f59cba7117d9b9d6d5ea04b09d1688fec814531 (patch)
tree4e9f159287db9ab3e34d7d79ac31255081ba765f /src/url.c
parent5e6c65f288006a0c988a91e8aba0d4a23c080299 (diff)
Removed redundant caller NULL checks already in the API
Diffstat (limited to 'src/url.c')
-rw-r--r--src/url.c1
1 files changed, 1 insertions, 0 deletions
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)
{