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:
@@ -157,7 +157,9 @@ TReplicantTray::DetachedFromWindow()
|
|||||||
{
|
{
|
||||||
#ifdef DB_ADDONS
|
#ifdef DB_ADDONS
|
||||||
// clean up add-on support
|
// clean up add-on support
|
||||||
|
#if !defined(HAIKU_TARGET_PLATFORM_LIBBE_TEST)
|
||||||
DeleteAddOnSupport();
|
DeleteAddOnSupport();
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
BView::DetachedFromWindow();
|
BView::DetachedFromWindow();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user