summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/extras/dispatch/src/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/extras/dispatch/src/log.c b/qpid/extras/dispatch/src/log.c
index 711d478e32..9b1cb87e29 100644
--- a/qpid/extras/dispatch/src/log.c
+++ b/qpid/extras/dispatch/src/log.c
@@ -68,6 +68,7 @@ void dx_log_impl(const char *module, int cls, const char *file, int line, const
return;
dx_log_entry_t *entry = new_dx_log_entry_t();
+ DEQ_ITEM_INIT(entry);
entry->module = module;
entry->cls = cls;
entry->file = file;