summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0e8702)
raw | patch | inline | side by side (parent: a0e8702)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 14 Sep 2009 14:01:48 +0000 (16:01 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 14 Sep 2009 14:02:31 +0000 (16:02 +0200) |
src/exec.c | patch | blob | history |
diff --git a/src/exec.c b/src/exec.c
index 4405985646fdf24d27e3ea25367e32965cb47ee7..1f8a9ac0ebfb4a7ccfb933192368630c63cd3844 100644 (file)
--- a/src/exec.c
+++ b/src/exec.c
DEBUG ("exec plugin: Child %i exited with status %i.",
pid, status);
- plugin_notification_meta_free (n->meta);
+ if (n->meta != NULL)
+ plugin_notification_meta_free (n->meta);
n->meta = NULL;
sfree (arg);
pthread_exit ((void *) 0);