mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-26 12:27:28 +08:00
Must remove memory reference here.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user