struct recptypes now uses dynamically allocated
[citadel.git] / citadel / serv_vcard.c
index 49b21360cbb6e09914082e16546a3e8415fb4b6f..cc3e49bd0ad759c3c61f4d642901f3efdb9e93c3 100644 (file)
@@ -1004,7 +1004,7 @@ void check_get(void) {
                        
                        lprintf(CTDL_INFO, "sending 500 REJECT noone here by that name: %s\n", internet_addr);
                }
-               if (rcpt != NULL) free (rcpt);
+               if (rcpt != NULL) free_recipients(rcpt);
        }
 }