mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +03:00
reverted the addition of free at the gz_init()
This commit is contained in:
@@ -65,7 +65,6 @@ local int gz_init(gz_statep state) {
|
|||||||
state.state->x.next = strm->next_out;
|
state.state->x.next = strm->next_out;
|
||||||
}
|
}
|
||||||
|
|
||||||
free(state.state);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user