mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:55:58 +02:00
fixed freeing propertystorage
git-svn-id: trunk@6599 -
This commit is contained in:
parent
02c4d6ddaa
commit
186fe2ef4d
@ -560,6 +560,7 @@ begin
|
||||
if Assigned(FOnRestoreProperties) then
|
||||
FOnRestoreProperties(Self);
|
||||
finally
|
||||
FreeStorage;
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user