From acd965c4d9177e483a8d2a0a85b3990872231d2c Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 30 Nov 2002 08:35:42 +0000 Subject: [PATCH] TCustomForm.WMDestroy does not Free anymore git-svn-id: trunk@3675 - --- lcl/include/customform.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lcl/include/customform.inc b/lcl/include/customform.inc index dc36cb0597..f70b54958b 100644 --- a/lcl/include/customform.inc +++ b/lcl/include/customform.inc @@ -257,7 +257,6 @@ begin // First set FHandle to 0, the window doesn't exist anymore. inherited WMDestroy(Message); - Free; end; {------------------------------------------------------------------------------ @@ -1198,6 +1197,9 @@ end; { ============================================================================= $Log$ + Revision 1.73 2002/11/30 08:35:42 mattias + TCustomForm.WMDestroy does not Free anymore + Revision 1.72 2002/11/29 15:14:47 mattias replaced many invalidates by invalidaterect