Skip to content

Commit c06db0c

Browse files
pablodelaratkanteck
authored andcommitted
igzip: [test] fix memory leak
Signed-off-by: Pablo de Lara <[email protected]>
1 parent d65d2b5 commit c06db0c

File tree

3 files changed

+149
-86
lines changed

3 files changed

+149
-86
lines changed

igzip/checksum32_funcs_test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ int main(int argc, char *argv[])
109109

110110
printf("CHECKSUM32 Tests all done: %s\n", fail ? "Fail" : "Pass");
111111

112+
aligned_free(buf_alloc);
113+
112114
return fail;
113115
}
114116

0 commit comments

Comments
 (0)