Fix a refleak in test/bin/json_process.c

This commit is contained in:
Petri Lehtinen 2013-03-14 22:24:57 +02:00
parent 263fd0c9d3
commit dc2d54d9c6

View File

@ -305,6 +305,7 @@ int use_env()
}
json_dumpf(json, stdout, flags);
json_decref(json);
return 0;
}