summaryrefslogtreecommitdiff
path: root/ev.c
diff options
context:
space:
mode:
authorroot <root>2007-12-16 21:54:28 +0000
committerroot <root>2007-12-16 21:54:28 +0000
commit9151dfde678354ca3b8dc113f732a06e58140c82 (patch)
tree58b1db1d93c237776f4b296aead3f2eefac9ed32 /ev.c
parent31e9efe54cb349b93fa56445eec2d398320b5e92 (diff)
*** empty log message ***
Diffstat (limited to 'ev.c')
-rw-r--r--ev.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ev.c b/ev.c
index 08d4c7a..a111beb 100644
--- a/ev.c
+++ b/ev.c
@@ -1048,9 +1048,11 @@ loop_destroy (EV_P)
#if EV_PERIODIC_ENABLE
array_free (periodic, EMPTY);
#endif
+#if EV_FORK_ENABLE
+ array_free (fork, EMPTY);
+#endif
array_free (prepare, EMPTY);
array_free (check, EMPTY);
- array_free (fork, EMPTY);
backend = 0;
}