mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-02-06 02:52:07 +08:00
fix: Add missing chunk->payload free in error handler Signed-off-by:1850029304@qq.com
This commit is contained in:
@@ -234,6 +234,7 @@ error:
|
||||
mosquitto__free(chunk->source.id);
|
||||
mosquitto__free(chunk->source.username);
|
||||
mosquitto__free(chunk->topic);
|
||||
mosquitto__free(chunk->payload);
|
||||
mosquitto__free(prop_packet.payload);
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user