X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fauth.c;h=663f3d246af1e75134cdea0933a5b3514ac1be67;hb=013c587bf5ad95282ad766b363d8734e99522052;hp=a4837d9311bc00777a55548d97e65524b968dcda;hpb=6c82897960051cebe9087909c3655029d133ab66;p=citadel.git diff --git a/webcit/auth.c b/webcit/auth.c index a4837d931..663f3d246 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -741,8 +741,8 @@ void validate(void) void display_reg(int during_login) { StrBuf *Buf; - message_summary *VCMsg; - wc_mime_attachment *VCAtt; + message_summary *VCMsg = NULL; + wc_mime_attachment *VCAtt = NULL; long vcard_msgnum; Buf = NewStrBuf(); @@ -777,6 +777,8 @@ void display_reg(int during_login) else { do_edit_vcard(vcard_msgnum, "1", VCMsg, VCAtt, "display_main_menu", USERCONFIGROOM); } + + /* FIXME don't we have to free VCMsg and VCAtt ?? */ }