1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

reverted the addition of free at the gz_init()

This commit is contained in:
Alex Murkoff
2024-04-13 12:51:20 +07:00
parent 01cea2e1e2
commit 75d0f66c87

View File

@ -65,7 +65,6 @@ local int gz_init(gz_statep state) {
state.state->x.next = strm->next_out;
}
free(state.state);
return 0;
}