Fix a refleak in test/bin/json_process.c
This commit is contained in:
parent
263fd0c9d3
commit
dc2d54d9c6
@ -305,6 +305,7 @@ int use_env()
|
|||||||
}
|
}
|
||||||
|
|
||||||
json_dumpf(json, stdout, flags);
|
json_dumpf(json, stdout, flags);
|
||||||
|
json_decref(json);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user