Close small memory leak.

This commit is contained in:
JoelKatz
2011-12-31 18:09:59 -08:00
parent f720dbd256
commit fe5cb25ffe
2 changed files with 12 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ class Application
public:
Application();
~Application();
ConnectionPool& getConnectionPool() { return mConnectionPool; }