This commit is contained in:
JoelKatz
2013-06-05 09:32:33 -07:00
parent a47c69802d
commit 3d65ae7784

View File

@@ -85,7 +85,7 @@ void Application::stop()
mJobQueue.shutdown();
#ifdef USE_LEVELDB
delete mHashNodeLDB:
delete mHashNodeLDB;
mHashNodeLDB = NULL;
#endif