nathhB / nbnet

single header C(99) library to implement client-server network code for games
zlib License
441 stars 30 forks source link

Fix memory leak for read_chunk_buffer and write_chunk_buffer #60

Closed preston-thompson closed 5 months ago

preston-thompson commented 5 months ago

I found a memory leak using ASAN. It seems generally harmless since it would typically only leak at application shutdown.