vwout
Results
2
issues of
vwout
This pull requests fixes a memory leak in the library when using coaps (DTLS). The memory allocated by SSL sessions internally stored, is only released in case of an error....
I'm using libnyoci in a library for Lua (to make coap available in Lua). When a lot of requests are made with DTLS activated, memory is getting lost. It looks...