Menu

Memory leak in TGLBumpmapHDS

Help
lnebel
2015-01-08
2015-01-08
  • lnebel

    lnebel - 2015-01-08

    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

     
  • Pavel Vassiliev

    Pavel Vassiliev - 2015-01-08

    Lars,
    It was added.
    PW

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.