Search found 2 matches

by wlion
Wed Apr 20, 2011 6:59 am
Forum: Project Announcements
Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
Replies: 54
Views: 44205

Memory Leak In SMaterialLayer

There is another memory leak in Irrlicht_172.pas :

SMaterialLayer = record
..........
TextureMatrix: Pmatrix4; // <== may be change to "TextureMatrix: matrix4; " can prevent memory leak
..........
end;

procedure SMaterialLayer.setTextureMatrix(const vMat: Pmatrix4);
begin
if not Assigned ...
by wlion
Tue Apr 19, 2011 8:19 am
Forum: Project Announcements
Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
Replies: 54
Views: 44205

:D Good Job!! Thanks to IrrDelphi.

But there still bugs in this port !

such as : not suport software rending when added cammera、cannot remove a custom SceneNode & Animator ( didn't implemented)、and also memory leak in Custom SceneNode.

holping for next update!!


About Memory Leak In Custom ...