exec plugin: Fixed a possible (though very improbable) memory leak.
authorSebastian Harl <sh@tokkee.org>
Sun, 27 Jan 2008 22:26:41 +0000 (23:26 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Mon, 4 Feb 2008 16:45:11 +0000 (17:45 +0100)
commit7970eb6191de2ff6f98a4d8cab73b55dd1d4b541
tree3f0c5b2bba1dc5414a9316f5a6845f6754cfe5fb
parent16720ffbc177d2f998c1d4c86aed6699cdc0b8af
exec plugin: Fixed a possible (though very improbable) memory leak.

In case of an error, the program_list_and_notification_t pointer has not been
freed before calling pthread_exit() from exec_notification_one().

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/exec.c