summaryrefslogtreecommitdiffstats
path: root/HBWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HBWindow.cpp')
-rw-r--r--HBWindow.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/HBWindow.cpp b/HBWindow.cpp
index 0d665ae45..9a6fcaa1d 100644
--- a/HBWindow.cpp
+++ b/HBWindow.cpp
@@ -1,4 +1,4 @@
-/* $Id: HBWindow.cpp,v 1.20 2003/08/24 20:50:49 titer Exp $ */
+/* $Id: HBWindow.cpp,v 1.21 2003/08/25 22:04:22 titer Exp $ */
#include "HBCommon.h"
#include "HBWindow.h"
@@ -399,6 +399,9 @@ void HBWindow::MessageReceived( BMessage * message )
fStatusBar->Update( pos - fStatusBar->CurrentValue(), text );
Enable( mode );
Unlock();
+
+ free( text );
+
break;
}