Use public memory functions for uthash, for helping with our plugins.

pull/1865/head
Roger A. Light 5 years ago
parent d8d24e76eb
commit 711d24221d

@ -40,8 +40,8 @@
#endif
#define uthash_malloc(sz) mosquitto__malloc(sz)
#define uthash_free(ptr,sz) mosquitto__free(ptr)
#define uthash_malloc(sz) mosquitto_malloc(sz)
#define uthash_free(ptr,sz) mosquitto_free(ptr)
#ifdef WITH_TLS

Loading…
Cancel
Save