Use E_FREE for cfdata struct created with E_NEW

SVN revision: 28200
This commit is contained in:
Christopher Michael 2007-02-03 02:02:49 +00:00
parent 0f2af742f7
commit b2fbb6b1e0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ static void
_free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
{
pager_config->config_dialog = NULL;
free(cfdata);
E_FREE(cfdata);
}
static Evas_Object *