diff options
Diffstat (limited to 'ast.c')
-rw-r--r-- | ast.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ ut_reset(struct ut_state *s) s->off = 0; if (s->error.code == UT_ERROR_EXCEPTION) - free(s->error.info.exception.message); + json_object_put(s->error.info.exception); memset(&s->error, 0, sizeof(s->error)); } |