Explorar el Código

* fixed memleak

master
Bergmann89 hace 10 años
padre
commit
23b219a975
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      utsUtils.pas

+ 1
- 0
utsUtils.pas Ver fichero

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



Cargando…
Cancelar
Guardar