mosquitto/client
YangHau b2aed5cb7e feat: Remove unecessary if statement
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>
2019-08-01 19:28:39 +08:00
..
client_props.c
client_shared.c feat: Remove unecessary if statement 2019-08-01 19:28:39 +08:00
client_shared.h
CMakeLists.txt
Makefile
pub_client.c Clients: improve error msgs when connecting v3.x broker with v5 client 2019-08-01 11:40:55 +01:00
pub_shared.c
pub_shared.h
pub_test_properties
rr_client.c Clients: improve error msgs when connecting v3.x broker with v5 client 2019-08-01 11:40:55 +01:00
sub_client.c Clients: improve error msgs when connecting v3.x broker with v5 client 2019-08-01 11:40:55 +01:00
sub_client_output.c
sub_test_properties