From 3e13739aa6bc9dfc3b20eb8557f01825be7a8b84 Mon Sep 17 00:00:00 2001 From: Chick3nman Date: Tue, 2 Apr 2019 15:40:27 -0500 Subject: [PATCH] Fix Typo --- src/terminal.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/terminal.c b/src/terminal.c index c8166676d..ca2f26bd8 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -1685,7 +1685,8 @@ void status_speed_json (hashcat_ctx_t *hashcat_ctx) printf (" \"progress\": %" PRIu64 " \}", (u64) (device_info->hashes_msec_dev_benchmark * 1000)); } - printf(" \] \}") + printf(" \] \}"); + status_status_destroy (hashcat_ctx, hashcat_status); hcfree (hashcat_status); @@ -1808,7 +1809,7 @@ void status_progress_json (hashcat_ctx_t *hashcat_ctx) printf (" \"runtime\": %0.2f \}", device_info->runtime_msec_dev); } - printf(" \] \}") + printf(" \] \}"); status_status_destroy (hashcat_ctx, hashcat_status);