* Bugfixes and cosmetic changes to listsub system
[citadel.git] / citadel / citserver.c
index 42201f7bb2eba17fcd697d44228dbe4fdc239faa..2e47ffc8504e64ab0165795feb499442f5fbc6ee 100644 (file)
@@ -210,11 +210,6 @@ void RemoveContext (struct CitContext *con)
        
        syslog(LOG_NOTICE,"session %d: ended", con->cs_pid);
 
-       /* If we have a message in cache, free it */
-       if (CC->cached_msg != NULL) {
-               phree(CC->cached_msg);
-       }
-       
        /* Deallocate any user-data attached to this session */
        deallocate_user_data(con);