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

This commit is contained in:
Roger A. Light 2020-09-23 16:13:29 +01:00
parent d8d24e76eb
commit 711d24221d

View File

@ -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