From abe13c1a2b9338e9a3001128954cc9fb6125ce0f Mon Sep 17 00:00:00 2001 From: Aaron Marks Date: Thu, 12 May 2005 07:39:50 +0000 Subject: Deallocation of itemDb in main.cpp. Updated file.list --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index 5a1b1318..85a71811 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -305,6 +305,7 @@ void exit_engine() delete[] homeDir; delete gui; delete graphics; + delete itemDb; // Shutdown libxml xmlCleanupParser(); -- cgit v1.2.3-70-g09d2