* fix a leak in GREG
[citadel.git] / citadel / serv_vcard.c
index 4e639e673fca624ac44377377b73817a5b1caa20..fe20b40af31751c2a7e8517db8365d93df23535b 100644 (file)
@@ -766,6 +766,7 @@ void cmd_greg(char *argbuf)
        extract_token(buf, adr, 6, ';', sizeof buf);
        cprintf("%s\n", buf);                           /* country */
        cprintf("000\n");
+       vcard_free(v);
 }