diff --git a/server/modules/routing/maxinfo/maxinfo.c b/server/modules/routing/maxinfo/maxinfo.c index bd1ac2bbe..4792ab6dd 100644 --- a/server/modules/routing/maxinfo/maxinfo.c +++ b/server/modules/routing/maxinfo/maxinfo.c @@ -154,6 +154,7 @@ createInstance(SERVICE *service, char **options) return NULL; } + inst->sessions = NULL; inst->service = service; spinlock_init(&inst->lock);