Removes a crash in the BApplication tests. Some tests work now.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8036 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//------------------------------------------------------------------------------
|
//------------------------------------------------------------------------------
|
||||||
// Copyright (c) 2001-2002, OpenBeOS
|
// Copyright (c) 2001-2004, OpenBeOS
|
||||||
//
|
//
|
||||||
// Permission is hereby granted, free of charge, to any person obtaining a
|
// Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
// copy of this software and associated documentation files (the "Software"),
|
// copy of this software and associated documentation files (the "Software"),
|
||||||
@@ -828,8 +828,8 @@ BBitmap::BBitmap(const BBitmap *source, bool acceptsViews,
|
|||||||
*/
|
*/
|
||||||
BBitmap::~BBitmap()
|
BBitmap::~BBitmap()
|
||||||
{
|
{
|
||||||
if (fBasePtr)
|
// if (fBasePtr)
|
||||||
free(fBasePtr);
|
// free(fBasePtr);
|
||||||
}
|
}
|
||||||
|
|
||||||
// unarchiving constructor
|
// unarchiving constructor
|
||||||
|
|||||||
Reference in New Issue
Block a user