first pass at free'ing hashcat_status_t

This commit is contained in:
Christopher Schmitt
2017-05-18 10:14:25 -04:00
parent f2ad095191
commit d24a6198e8
4 changed files with 36 additions and 0 deletions
+2
View File
@@ -91,4 +91,6 @@ void status_progress_reset (hashcat_ctx_t *hashcat_ctx);
int status_ctx_init (hashcat_ctx_t *hashcat_ctx);
void status_ctx_destroy (hashcat_ctx_t *hashcat_ctx);
void status_status_destroy (hashcat_status_t *status_ctx);
#endif // _STATUS_H