aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
Diffstat (limited to 'redist')
-rw-r--r--redist/json_helpers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/redist/json_helpers.c b/redist/json_helpers.c
index 4aeb399..8704a93 100644
--- a/redist/json_helpers.c
+++ b/redist/json_helpers.c
@@ -210,6 +210,7 @@ void json_load_file(const char* path) {
free(value);
}
+ free(tokens);
free(JSON_STRING);
}