From: Bluezery <ohpowel@gmail.com>
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Feb 2012 19:58:34 +0000 (19:58 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 22 Feb 2012 19:58:34 +0000 (19:58 +0000)
commit5e9291176ea1e9557782b0a7bc6c5fa4d34f814f
treedd93a8fd2775caf2133a57392569dfeb1f84907f
parent5a8595bea606115ce8c71507580d7693965f7cf3
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel][Patch][ecore_con] Fix invalid curl handle removal by valgrind
Date: Wed, 22 Feb 2012 19:57:36 +0900

Hello,

discomfitor reports bugs by valigrind.  I checked it with valgrid and
I found the clues
curl_multi_remove_handle() should not be called when multi handles
being performed. So I removed curl_multi_remove_handle() code from
_ecore_con_url_info_read()
Now, curl_multi_remove_handle() is only called for all easy handles
when a multi-handle ended.
Please review this simple patch.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@68287 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/ecore_con/ecore_con_url.c