mirror of
https://github.com/akheron/jansson.git
synced 2025-04-04 13:05:02 +00:00
Fix a refleak in test/bin/json_process.c
This commit is contained in:
parent
263fd0c9d3
commit
dc2d54d9c6
1 changed files with 1 additions and 0 deletions
|
@ -305,6 +305,7 @@ int use_env()
|
|||
}
|
||||
|
||||
json_dumpf(json, stdout, flags);
|
||||
json_decref(json);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue