struct recptypes now uses dynamically allocated
[citadel.git] / citadel / journaling.c
index 7febabd0ae3b2cfbad2d886ad05ea85222636790..c30c5d63ae76f48a743be445b8cc10ba6eec85c3 100644 (file)
@@ -241,7 +241,7 @@ void JournalRunQueueMsg(struct jnlq *jmsg) {
                        CtdlFreeMessage(journal_msg);
                }
 
-               free(journal_recps);
+               free_recipients(journal_recps);
        }
 
        /* We are responsible for freeing this memory. */