Vsevolod Pilipenko
Results
1
issues of
Vsevolod Pilipenko
Good day. Today I find memory leak. It's happened in http_server.h in do_accept. See this [lines](https://github.com/ipkn/crow/blob/master/include/crow/http_server.h#L188): ``` { if (!ec) { is.post([p] { p->start(); }); } do_accept(); }); ``` if...