mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
1.12.4: Fix memory leaks and gcc compilation warnings
This commit is contained in:
parent
5f5d395b59
commit
6f126d809b
5 changed files with 18 additions and 3 deletions
|
@ -574,6 +574,7 @@ lsquic_engine_destroy (lsquic_engine_t *engine)
|
|||
|
||||
assert(0 == lsquic_mh_count(&engine->conns_out));
|
||||
assert(0 == lsquic_mh_count(&engine->conns_tickable));
|
||||
lsquic_mm_cleanup(&engine->pub.enp_mm);
|
||||
free(engine->conns_tickable.mh_elems);
|
||||
free(engine);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue