@@ -81,7 +81,9 @@ static char* cJSON_strdup(const char* str)
void cJSON_InitHooks(cJSON_Hooks* hooks)
{
if (!hooks) { /* Reset hooks */
if (!hooks)
/* Reset hooks */
cJSON_malloc = malloc;
cJSON_free = free;
return;
The note is not visible to the blocked user.