git-svn-id: trunk@33044 -
This commit is contained in:
michael 2016-02-04 09:05:15 +00:00
parent 5aa8392e05
commit bd49674975

View File

@ -55,6 +55,8 @@ class procedure TXMLRegistryInstance.FreeXMLRegistryCache;
var i: integer;
begin
if not Assigned(XMLRegistryCache) then
exit;
for i := 0 to XMLRegistryCache.Count - 1 do
TXMLRegistryInstance(XMLRegistryCache[i]).Free;
FreeAndNil(XMLRegistryCache);