mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 12:09:21 +02:00
MG: fixed mem leak
git-svn-id: trunk@1193 -
This commit is contained in:
parent
e42a687478
commit
e952aef81f
@ -230,9 +230,8 @@ const
|
||||
crSizeAll = TCursor(-22);
|
||||
|
||||
|
||||
|
||||
type
|
||||
TWndMethod = procedure(var Message : TLMessage) of Object;
|
||||
TWndMethod = procedure(var TheMessage : TLMessage) of Object;
|
||||
|
||||
TControlStyleType = (
|
||||
csAcceptsControls,
|
||||
@ -1358,6 +1357,9 @@ end.
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.75 2002/10/01 10:41:47 lazarus
|
||||
MG: fixed mem leak
|
||||
|
||||
Revision 1.74 2002/09/29 15:08:37 lazarus
|
||||
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
|
||||
Patch includes:
|
||||
|
Loading…
Reference in New Issue
Block a user