efreet: Fix leak
authorSebastian Dransfeld <sd@tango.flipp.net>
Thu, 25 Sep 2014 07:22:22 +0000 (09:22 +0200)
committerSebastian Dransfeld <sd@tango.flipp.net>
Thu, 25 Sep 2014 07:24:27 +0000 (09:24 +0200)
commit8204212f36d936f951accda61fd2f7f329390b71
treec67cd2ee00d83bddec927a89f1bb6cd0b31e739d
parent8e740ea765fc3171607f47e29c256802f5b4ca61
efreet: Fix leak

When doing efreet_desktop_command_append_multiple we add all files from
command, whilst still looping command->files. So the command was created
with all files for all files.

Set l to NULL, since we parse all elements in command->files in
efreet_desktop_command_append_multiple to break the loop.
src/lib/efreet/efreet_desktop_command.c