fix wrong E_FREE usage

SVN revision: 80816
This commit is contained in:
Mike Blumenkrantz 2012-12-13 11:02:36 +00:00
parent c0910ad0d4
commit 59aa402a46
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ _e_exec_cb_exec(void *data, Efreet_Desktop *desktop, char *exec, int remaining)
/* Check for insane length for DISPLAY env */
if (penv_display_length + 32 > 4096)
{
E_FREE(inst);
free(inst);
return NULL;
}