work on a way to output the success / failure state for editing a user vcard to the...
[citadel.git] / citadel / context.c
index dd51112ccbd09fa272d159cbc9081acbd4a39ee7..7993ce08c930b27b3d40f3002eb197b5b56eb5da 100644 (file)
@@ -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) {