delete heaped thinger

This commit is contained in:
Owen Smith 2012-11-19 23:29:34 -05:00
parent 1a55c5b72e
commit 02da06f69a
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ int main(int argc, char **argv) {
TNonblockingServer server(processor, listen_port);
server.serve();
delete saltStore;
return 0;
}