Browse Source

* fixed memleak

master
Bergmann89 9 years ago
parent
commit
23b219a975
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      utsUtils.pas

+ 1
- 0
utsUtils.pas View File

@@ -190,6 +190,7 @@ var
begin
for i := fMasterRefs.Count-1 downto 0 do
DelMaster(fMasterRefs[i] as TtsRefManager);
FreeAndNil(fMasterRefs);
inherited Destroy;
end;



Loading…
Cancel
Save