aboutsummaryrefslogtreecommitdiff
path: root/src/jsonfmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsonfmt.c')
-rw-r--r--src/jsonfmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jsonfmt.c b/src/jsonfmt.c
index 0687faf..0f44536 100644
--- a/src/jsonfmt.c
+++ b/src/jsonfmt.c
@@ -147,6 +147,7 @@ json_format_obj(struct json_format *fmt, struct json_value *obj, size_t level)
}
}
json_writec(fmt, '}');
+ grecs_free(keypairs);
}
static void

Return to:

Send suggestions and report system problems to the System administrator.