Fix #241, potential double free

This commit is contained in:
Max Bruckner 2018-02-07 19:36:59 +01:00
parent 27caa364b0
commit d514bb866e
1 changed files with 0 additions and 4 deletions

View File

@ -1311,10 +1311,6 @@ static cJSON_bool print_value(const cJSON * const item, printbuffer * const outp
size_t raw_length = 0;
if (item->valuestring == NULL)
{
if (!output_buffer->noalloc)
{
output_buffer->hooks.deallocate(output_buffer->buffer);
}
return false;
}