* fix memleak in calendar_view.c
[citadel.git] / webcit / webserver.c
index a805c9d77c397a604f188b16f831e7fb364604fc..cccd0b6515616357c6a0cf46fdeb6584639c194e 100644 (file)
@@ -690,6 +690,7 @@ int main(int argc, char **argv)
 #endif /* ENABLE_NLS */
        char uds_listen_path[PATH_MAX]; /*< listen on a unix domain socket? */
 
+       HandlerHash = NewHash (1, NULL);
        /* Ensure that we are linked to the correct version of libcitadel */
        if (libcitadel_version_number() < LIBCITADEL_VERSION_NUMBER) {
                fprintf(stderr, " You are running libcitadel version %d.%02d\n",