ideawu / icomet

A C1000K comet/push server built with C++, for web and mobile app
BSD 3-Clause "New" or "Revised" License
1.52k stars 503 forks source link

memory leak: did not delete psub in Server::psub_end #70

Closed ghost closed 8 years ago

ghost commented 8 years ago

不知是我看错还是粗心

Server.cpp代码里面没发现有释放PresenceSubscriber

在Server::psub请求订阅通道事件消息, 连接断开在Server::psub_end未正常释放内存

ideawu commented 8 years ago

closed, see https://github.com/ideawu/icomet/pull/71