mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-08 18:32:56 +02:00
free() would take no action if the arguement is a NULL pointer. Therefore, the if statement is totally unnecessary. See ISO-IEC 9899 Signed-off-by: YangHau <vulxj0j8j8@gmail.com> |
||
|---|---|---|
| .. | ||
| client_props.c | ||
| client_shared.c | ||
| client_shared.h | ||
| CMakeLists.txt | ||
| Makefile | ||
| pub_client.c | ||
| pub_shared.c | ||
| pub_shared.h | ||
| pub_test_properties | ||
| rr_client.c | ||
| sub_client.c | ||
| sub_client_output.c | ||
| sub_test_properties | ||