Fix a refleak in test/bin/json_process.c

remotes/origin/pull-126
Petri Lehtinen 12 years ago
parent 263fd0c9d3
commit dc2d54d9c6

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

Loading…
Cancel
Save