make idler static and null... by default

SVN revision: 77973
This commit is contained in:
Carsten Haitzler 2012-10-15 05:49:38 +00:00
parent 80ece5f272
commit 2e5c26b2e5
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ static CURLM *_curlm = NULL;
static int _init_count = 0;
static Ecore_Timer *_curl_timer = NULL;
static Eina_Bool pipelining = EINA_FALSE;
Ecore_Idler *_curl_idler;
static Ecore_Idler *_curl_idler = NULL;
#endif
/**