mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 12:39:36 +02:00
* Fixed mem-leak of packagevariant
git-svn-id: trunk@40705 -
This commit is contained in:
parent
dada756828
commit
514c0e06a5
@ -525,6 +525,7 @@ begin
|
||||
FreeAndNil(FDependencies);
|
||||
FreeAndNil(FVersion);
|
||||
FreeAndNil(FUnusedVersion);
|
||||
FreeAndNil(FPackageVariants);
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user