mirror of
https://github.com/facebook/zstd.git
synced 2025-10-04 00:02:33 -04:00
reverted the addition of free at the gz_init()
This commit is contained in:
parent
01cea2e1e2
commit
75d0f66c87
@ -65,7 +65,6 @@ local int gz_init(gz_statep state) {
|
||||
state.state->x.next = strm->next_out;
|
||||
}
|
||||
|
||||
free(state.state);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user