Must remove memory reference here.

This commit is contained in:
Roger A. Light
2014-09-22 23:37:19 +01:00
parent dcd469c177
commit 154b2fc264
+1
View File
@@ -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;
}