{
if (!getcwd(buf, sizeof(buf)))
{
- E_FREE(inst);
+ free(inst);
e_util_dialog_show
(_("Run Error"),
_("Enlightenment was unable to get current directory"));
}
if (chdir(desktop->path))
{
- E_FREE(inst);
+ free(inst);
e_util_dialog_show
(_("Run Error"),
_("Enlightenment was unable to change to directory:<br>"
"<br>"
"%s"),
buf);
- E_FREE(inst);
+ free(inst);
return NULL;
}
}
}
if (!exe)
{
- E_FREE(inst);
+ free(inst);
e_util_dialog_show(_("Run Error"),
_("Enlightenment was unable to fork a child process:<br>"
"<br>"