Fixed some memory leaks in case mask-files are used in optimized mode

This commit is contained in:
Jens Steube
2019-08-07 14:20:32 +02:00
parent ca2a56152d
commit 884f003725
3 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -2051,7 +2051,7 @@ typedef struct mask_ctx
u64 bfs_cnt;
cs_t *css_buf;
cs_t css_buf[256];
u32 css_cnt;
hcstat_table_t *root_table_buf;