X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcontext.c;h=7993ce08c930b27b3d40f3002eb197b5b56eb5da;hb=e40ba85133cf6401bda3d6b81a1d144d73d25074;hp=dd51112ccbd09fa272d159cbc9081acbd4a39ee7;hpb=91e62a1a4545e769166b21562951383c2d06b761;p=citadel.git diff --git a/citadel/context.c b/citadel/context.c index dd51112cc..7993ce08c 100644 --- a/citadel/context.c +++ b/citadel/context.c @@ -374,7 +374,7 @@ void RemoveContext (CitContext *con) free(con->ldap_dn); con->ldap_dn = NULL; } - + FreeStrBuf(&con->StatusMessage); FreeStrBuf(&con->MigrateBuf); FreeStrBuf(&con->RecvBuf.Buf); if (con->cached_msglist) {