Fixed crashing bug in the test environment on quit.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15997 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-01-17 16:14:13 +00:00
parent 9818598d86
commit 465b54cd65
1 changed files with 2 additions and 0 deletions

View File

@ -157,7 +157,9 @@ TReplicantTray::DetachedFromWindow()
{
#ifdef DB_ADDONS
// clean up add-on support
#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
DeleteAddOnSupport();
#endif
#endif
BView::DetachedFromWindow();
}