mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
reverted the addition of free at the gz_init()
This commit is contained in:
parent
01cea2e1e2
commit
75d0f66c87
1 changed files with 0 additions and 1 deletions
|
|
@ -65,7 +65,6 @@ local int gz_init(gz_statep state) {
|
|||
state.state->x.next = strm->next_out;
|
||||
}
|
||||
|
||||
free(state.state);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue