Files
mosquitto/lib
Panagiotis Vasilikos caeb211cc5 Memory leak in socks_mosq.c
Reason: The memory allocated for the packet pointer at line 155 is not freed
before returning at line 188.

Fix: I inserted the mosquitto__free(packet) statement just before returning
at line 188.

Signed-off-by: Panagiotis Vasilikos <panagiotis.vasilikos@alexandra.dk>
2020-01-28 11:34:11 +01:00
..
2019-09-25 12:17:17 +01:00
2019-09-12 17:19:52 +01:00
2019-11-28 17:08:11 +00:00
2020-01-28 11:34:11 +01:00
2019-09-25 12:17:17 +01:00