Delete ecore_con_url object.

SVN revision: 34071
This commit is contained in:
Sebastian Dransfeld 2008-03-21 14:23:16 +00:00
parent 6276e71ac7
commit b17b7b29e2
1 changed files with 2 additions and 0 deletions

View File

@ -189,6 +189,8 @@ e_int_config_wallpaper_web_del(E_Dialog *dia)
if (cfdata->pending_downloads == 1)
ecore_file_download_abort_all();
if (cfdata->ecu)
ecore_con_url_destroy(cfdata->ecu);
if (cfdata->hdata)
ecore_event_handler_del(cfdata->hdata);