diff src/event/modules/ngx_poll_module.c @ 115:be27f922b9a2

nginx-0.0.1-2003-07-10-20:26:57 import
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Jul 2003 16:26:57 +0000
parents ac69ab96328d
children 571bcbff82c5
line wrap: on
line diff
--- a/src/event/modules/ngx_poll_module.c
+++ b/src/event/modules/ngx_poll_module.c
@@ -126,6 +126,8 @@ static void ngx_poll_done(ngx_cycle_t *c
     ngx_free(ready_index);
 
     event_list = NULL;
+    event_index = NULL;
+    ready_index = NULL;
 }