This website works better with JavaScript.
Home
Explore
Help
Sign In
opengl
/
TextSuite
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
* fixed memleak
master
Bergmann89
9 years ago
parent
a5f9cf19e5
commit
23b219a975
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save