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 ...
Search found 2 matches
- Wed Apr 20, 2011 6:59 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 44205
- Tue Apr 19, 2011 8:19 am
- Forum: Project Announcements
- Topic: IrrDelphi (Irrlicht183, irrKlang130b) Delphi\Pascal headers
- Replies: 54
- Views: 44205