From c8cb34f7c0344d8102ffdf6a1ca6ab7fcec8398b Mon Sep 17 00:00:00 2001 From: Ted Ross Date: Fri, 3 May 2013 13:47:32 +0000 Subject: NO-JIRA - Added missing item initialization in the log module. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1478793 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/extras/dispatch/src/log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'qpid') 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; -- cgit v1.2.1