Skip to content

Commit 47538fc

Browse files
committed
Merge commit 'refs/pullreqs/168' into bsdmake
- proper merge of the PR, replacing prior manual pull
2 parents 7556143 + 1b9509d commit 47538fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/yajl_tree.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,8 @@ yajl_val yajl_tree_parse (const char *input, /*+ Pointer to a null-terminated
486486
snprintf(error_buffer, error_buffer_size, "%s", internal_err_str);
487487
YA_FREE(&(handle->alloc), internal_err_str);
488488
}
489-
while (ctx.stack) { /* from pull req. #168 */
490-
yajl_tree_free (context_pop(&ctx));
489+
while (ctx.stack) {
490+
yajl_tree_free(context_pop(&ctx));
491491
}
492492
yajl_free (handle);
493493
return NULL;

0 commit comments

Comments
 (0)