summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zhm/queue.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zhm/queue.c b/zhm/queue.c
index a2b054e..9fe332a 100644
--- a/zhm/queue.c
+++ b/zhm/queue.c
@@ -110,6 +110,7 @@ Code_t remove_notice_from_queue(notice, kind, repl)
#ifdef DEBUG
dump_queue();
#endif /* DEBUG */
+ free(entry);
return(ZERR_NONE);
}