mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 13:05:02 +00:00
Add a missing json_decref in the example
This commit is contained in:
parent
128e9c5f37
commit
de5f2963ab
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ int main(int argc, char *argv[]) {
|
|||
sha = json_object_get(data, "sha");
|
||||
if (!json_is_string(sha)) {
|
||||
fprintf(stderr, "error: commit %d: sha is not a string\n", (int)(i + 1));
|
||||
json_decref(root);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue