[E-devel] Ecore patch: ecore_file_download memory leak

2007-11-07 Thread Vinicius Gomes
Hi, This fixes a memory leak in the ecore_file_download function. The string returned by ecore_file_dir_get (that was strdup'd) was not being freed. Also, removing whitespaces at the end of some lines. -- Vinicius - This

Re: [E-devel] Ecore patch: ecore_file_download memory leak

2007-11-07 Thread Vinicius Gomes
Sorry folks, my firefox thought the patch was a binary and it was ignored. On 11/7/07, Vinicius Gomes [EMAIL PROTECTED] wrote: Hi, This fixes a memory leak in the ecore_file_download function. The string returned by ecore_file_dir_get (that was strdup'd) was not being freed. Also, removing