If we're using E_NEW to create, then use E_FREE to free.

SVN revision: 27931
This commit is contained in:
Christopher Michael 2007-01-12 23:13:33 +00:00
parent fe7ec19cbc
commit 3419d74c84
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
cfdata->gc->config_dialog = NULL;
if (cfdata->name_add) free(cfdata->name_add);
if (cfdata->id_remove) free(cfdata->id_remove);
free(cfdata);
E_FREE(cfdata);
}
static void