Don't delete the be_app, it is destoried by the Quit() call. Fixes the crash

when closing the app_server test environment.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43024 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz 2011-10-31 10:04:32 +00:00
parent 837b16251d
commit 988cfaca32

View File

@ -420,7 +420,6 @@ ViewHWInterface::~ViewHWInterface()
be_app->Lock();
be_app->Quit();
delete be_app;
}