* fixes
[citadel.git] / webcit / context_loop.c
index eb73cd44cc5cd307a21257c16f5ba553f77e3fe4..41d39bd1e37169381e58a3c659f49d1a7e9d1bec 100644 (file)
@@ -489,6 +489,7 @@ void context_loop(int sock)
                TheSession->urlstrings = NULL;
                TheSession->vars = NULL;
                TheSession->nonce = rand();
+               TheSession->WBuf = NULL;
                TheSession->next = SessionList;
                SessionList = TheSession;
                pthread_mutex_unlock(&SessionListMutex);