wp import dialog - fix string leak in error case

fix CID 1425206
enlightenment-0.24
Carsten Haitzler 3 years ago
parent 4749e1e065
commit 65f9b94d2b
  1. 1
      src/bin/e_import_config_dialog.c

@ -110,6 +110,7 @@ _import_cb_edje_cc_exit(void *data, EINA_UNUSED int type, void *event)
if (!p)
{
e_object_del(E_OBJECT(import));
free(newfile);
return ECORE_CALLBACK_DONE;
}
// strip out the .tmp. before the name

Loading…
Cancel
Save