From 843f00a15ed5921854c2dba8aa56d55467edef06 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Fri, 18 Jun 2004 06:34:30 +0000 Subject: [PATCH] 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 --- src/kits/interface/Bitmap.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kits/interface/Bitmap.cpp b/src/kits/interface/Bitmap.cpp index 50c1cafefe..8162671120 100644 --- a/src/kits/interface/Bitmap.cpp +++ b/src/kits/interface/Bitmap.cpp @@ -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 // copy of this software and associated documentation files (the "Software"), @@ -828,8 +828,8 @@ BBitmap::BBitmap(const BBitmap *source, bool acceptsViews, */ BBitmap::~BBitmap() { - if (fBasePtr) - free(fBasePtr); +// if (fBasePtr) +// free(fBasePtr); } // unarchiving constructor