From 2d2869ce6060f974004ef98020b38b67366166d1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 30 Dec 2023 23:29:43 +0100 Subject: json: add the lib prefix to wrapper functions It makes it easier to audit for non-wrapped json-c usage. --- src/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol.c') diff --git a/src/protocol.c b/src/protocol.c index c45b869..d950004 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -219,7 +219,7 @@ int response_create_get_runs(struct jsonrpc_response **response, return ret; free_json: - json_free(runs_json); + libjson_free(runs_json); return ret; } -- cgit v1.2.3