* fix memleak
authorWilfried Göesgens <willi@citadel.org>
Thu, 7 May 2009 20:25:44 +0000 (20:25 +0000)
committerWilfried Göesgens <willi@citadel.org>
Thu, 7 May 2009 20:25:44 +0000 (20:25 +0000)
webcit/useredit.c

index daa04f461937e678eef680f219d11406dad3d976..405082972f670ccb043dd7356df7783873a1fcfb 100644 (file)
@@ -462,6 +462,8 @@ TRYAGAIN:
                goto TRYAGAIN;
        }
        FreeStrBuf(&Buf);
+       FreeStrBuf(&FoundCharset);
+
        return(vcard_msgnum);
 }