mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 06:02:07 +01:00
* typo error for propertyparas dispose corrected
This commit is contained in:
parent
b6986c4f1c
commit
1b303e7447
@ -1020,7 +1020,7 @@ unit pdecl;
|
||||
consume(ID);
|
||||
consume(SEMICOLON);
|
||||
end;
|
||||
if not(assigned(propertyparas)) then
|
||||
if assigned(propertyparas) then
|
||||
disposepdefcoll(propertyparas);
|
||||
end;
|
||||
|
||||
@ -2068,7 +2068,10 @@ unit pdecl;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.68 1998-10-09 11:47:54 pierre
|
||||
Revision 1.69 1998-10-09 12:07:49 pierre
|
||||
* typo error for propertyparas dispose corrected
|
||||
|
||||
Revision 1.68 1998/10/09 11:47:54 pierre
|
||||
* still more memory leaks fixes !!
|
||||
|
||||
Revision 1.67 1998/10/08 13:48:46 peter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user