Hi
A few months ago I reported a memory leak in TGLBumpmapHDS but it has not been fixed. Please add Uno.Free in TGLBumpmapHDS.Destroy as show below
destructor TGLBumpmapHDS.Destroy; begin BumpmapLibrary := nil; Uno.Free; inherited Destroy; end;
Regards Lars Nebel
Lars, It was added. PW
Log in to post a comment.
Hi
A few months ago I reported a memory leak in TGLBumpmapHDS but it has not been fixed. Please add Uno.Free in TGLBumpmapHDS.Destroy as show below
destructor TGLBumpmapHDS.Destroy;
begin
BumpmapLibrary := nil;
Uno.Free;
inherited Destroy;
end;
Regards
Lars Nebel
Lars,
It was added.
PW