mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 20:19:24 +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
|
if Assigned(FOnRestoreProperties) then
|
||||||
FOnRestoreProperties(Self);
|
FOnRestoreProperties(Self);
|
||||||
finally
|
finally
|
||||||
|
FreeStorage;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user