X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitserver.c;h=2e47ffc8504e64ab0165795feb499442f5fbc6ee;hb=6d86b3d162e6f6879d97d0a62351a4538d41c687;hp=42201f7bb2eba17fcd697d44228dbe4fdc239faa;hpb=007bbcbb07600e1d40cc90df3ddf788f8312b7d9;p=citadel.git diff --git a/citadel/citserver.c b/citadel/citserver.c index 42201f7bb..2e47ffc85 100644 --- a/citadel/citserver.c +++ b/citadel/citserver.c @@ -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);