diff --git a/api.c b/api.c index 88319176..4ccecd17 100644 --- a/api.c +++ b/api.c @@ -3876,6 +3876,7 @@ void api(int api_thr_id) } } } + json_decref(json_config); } }