]> git.llucax.com Git - software/libev.git/blobdiff - ev.c
*** empty log message ***
[software/libev.git] / ev.c
diff --git a/ev.c b/ev.c
index 08d4c7ac3b59a6ac3e0efb02772e5ace3b4676a2..a111beb558a42d1ae127f55a37ff0b0d71d9e849 100644 (file)
--- a/ev.c
+++ b/ev.c
@@ -1047,10 +1047,12 @@ loop_destroy (EV_P)
   array_free (timer, EMPTY);
 #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;
 }