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 Subscription identifier support. 2018-12-20 15:32:43 +00:00
client_shared.c feat: Remove unecessary if statement 2019-08-01 19:28:39 +08:00
client_shared.h Stop some error messages being printed even when --quiet was used. 2019-05-21 11:23:00 +01:00
CMakeLists.txt Use CMAKE_INSTALL_* variables when installing in CMake. 2019-04-26 17:07:05 +01:00
Makefile Build fixes around CFLAGS et al. 2019-04-26 17:06:54 +01:00
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 Fix mosquitto_pub -l not handling zero length input. 2019-06-06 23:21:07 +01:00
pub_shared.h Fix mosquitto_pub -l not handling network failures. 2019-05-29 18:49:08 +01:00
pub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00
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_output.c Stop some error messages being printed even when --quiet was used. 2019-05-21 11:23:00 +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_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00