* fix memleak
[citadel.git] / webcit / useredit.c
index daa04f461937e678eef680f219d11406dad3d976..405082972f670ccb043dd7356df7783873a1fcfb 100644 (file)
@@ -462,6 +462,8 @@ TRYAGAIN:
                goto TRYAGAIN;
        }
        FreeStrBuf(&Buf);
+       FreeStrBuf(&FoundCharset);
+
        return(vcard_msgnum);
 }