* ecore_con_url: Fix mem leak.

SVN revision: 41758
This commit is contained in:
Cedric BAIL 2009-08-14 11:33:33 +00:00
parent d894444135
commit 09012c96bb
1 changed files with 0 additions and 3 deletions

View File

@ -571,9 +571,6 @@ ecore_con_url_send(Ecore_Con_Url *url_con, const void *data, size_t length, cons
url_con->received = 0;
/* FIXME: Check if curl will leak memory or correctly destroy the headers */
url_con->headers = NULL;
return _ecore_con_url_perform(url_con);
#else
return 0;