From: davemds Date: Mon, 31 Jan 2011 18:57:13 +0000 (+0000) Subject: ok, sorry, there was a reason: shutting up gcc warnings. spank myself :P X-Git-Tag: build/2012-07-04.173327~1325 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21b7ecb898ceab82990ce31afb6c7cd7fbf64284;p=profile%2Fivi%2Fecore.git ok, sorry, there was a reason: shutting up gcc warnings. spank myself :P git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@56612 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_con/ecore_con_url.c b/src/lib/ecore_con/ecore_con_url.c index 7fb115b..7d1b23f 100644 --- a/src/lib/ecore_con/ecore_con_url.c +++ b/src/lib/ecore_con/ecore_con_url.c @@ -321,6 +321,7 @@ ecore_con_url_new(const char *url) return url_con; #else return NULL; + url = NULL; #endif }