diff options
| -rw-r--r-- | common/server-mainloop.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/server-mainloop.c b/common/server-mainloop.c index c6d2018..af5a8f7 100644 --- a/common/server-mainloop.c +++ b/common/server-mainloop.c @@ -242,7 +242,7 @@ server_uninit()          free(sockcb);      } -    ctx.timers = NULL; +    ctx.callbacks = NULL;  }  uint64_t | 
