Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_con Modified Files: ecore_con_url.c Log Message: curlm must exist for this function to work, so remove the test. Only and active Ecore_Con_Url is registered with curlm. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_con/ecore_con_url.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- ecore_con_url.c 24 Jun 2005 14:47:51 -0000 1.5 +++ ecore_con_url.c 24 Jun 2005 15:01:59 -0000 1.6 @@ -178,7 +178,7 @@ ecore_main_fd_handler_del(url_con->fd_handler); if (url_con->curl_easy) { - if (curlm) + if (url_con->active) curl_multi_remove_handle(curlm, url_con->curl_easy); curl_easy_cleanup(url_con->curl_easy); } ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs