We should delete our server memory as well.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16828 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-03-18 15:31:29 +00:00
parent d3b71f5562
commit c7c61938c0
+2
View File
@@ -230,6 +230,8 @@ BApplication::~BApplication()
delete fServerLink;
#endif // RUN_WITHOUT_APP_SERVER
delete fServerAllocator;
// uninitialize be_app, the be_app_messenger is invalidated automatically
be_app = NULL;
}