mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 22:09:32 +02:00
* func was not disposed in timported_item
This commit is contained in:
parent
8254d47f27
commit
7c504e55c2
@ -102,6 +102,7 @@ end;
|
|||||||
destructor timported_item.done;
|
destructor timported_item.done;
|
||||||
begin
|
begin
|
||||||
stringdispose(name);
|
stringdispose(name);
|
||||||
|
stringdispose(func);
|
||||||
inherited done;
|
inherited done;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -194,7 +195,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.9 1998-11-28 16:20:50 peter
|
Revision 1.10 1999-05-17 14:33:01 pierre
|
||||||
|
* func was not disposed in timported_item
|
||||||
|
|
||||||
|
Revision 1.9 1998/11/28 16:20:50 peter
|
||||||
+ support for dll variables
|
+ support for dll variables
|
||||||
|
|
||||||
Revision 1.8 1998/10/19 18:07:12 peter
|
Revision 1.8 1998/10/19 18:07:12 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user