free desktop when done

SVN revision: 47475
This commit is contained in:
Sebastian Dransfeld 2010-03-26 05:33:59 +00:00
parent 2277270e9c
commit 1281326421
1 changed files with 4 additions and 1 deletions

View File

@ -1701,7 +1701,10 @@ ACT_FN_GO(app)
else if (!strcmp(p2, "exe:"))
desktop = efreet_util_desktop_exec_find(p + 1);
if (desktop)
e_exec(zone, desktop, NULL, NULL, "action/app");
{
e_exec(zone, desktop, NULL, NULL, "action/app");
efreet_desktop_free(desktop);
}
}
}
}