Fixed cleanup issue - the previous version had kind of a resource leak.

This commit is contained in:
lotodore
2009-01-31 22:20:08 +00:00
parent 3f8d3c8d55
commit c998edf219
6 changed files with 66 additions and 28 deletions
+2
View File
@@ -87,6 +87,8 @@ public:
ServerStats GetStats() const;
boost::posix_time::ptime GetStartTime() const;
SenderInterface &GetSender();
protected:
typedef std::deque<boost::shared_ptr<ConnectData> > ConnectQueue;