sneilan / stock-exchange

Personal stock exchange on your laptop!
Other
39 stars 7 forks source link

Delete allocated gateway memory before closing #2

Closed spencerbug closed 11 months ago

spencerbug commented 1 year ago

https://github.com/sneilan/stock-exchange/blob/cc46b9d91dc886740d5bd36dbf461310fd562d18/gateway.cpp#L83

sneilan commented 1 year ago

Yeah especially with shared memory buffers.

sneilan commented 11 months ago

This is solved by reusing buffer for now.