From 154b2fc2643c972cdfcbc827ab3f725abf705a6c Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Mon, 22 Sep 2014 23:37:19 +0100 Subject: [PATCH] Must remove memory reference here. --- src/context.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context.c b/src/context.c index 8f02f19e..25f9a160 100644 --- a/src/context.c +++ b/src/context.c @@ -218,5 +218,6 @@ void mosquitto__free_disused_contexts(struct mosquitto_db *db) mqtt3_context_cleanup(db, context, true); context = next; } + db->ll_for_free = NULL; }