Memory leak in v14.11

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #58743
    Support
    Keymaster

    Thank you for the message. The issue will be solved in the nearest release.

    #58749
    HeDiBo
    Participant
    'Support' wrote:

    Thank you for the message. The issue will be solved in the nearest release.

    The leak is at the end of TsSkinManager.Destroy:

    Code:
    SetLength(ThirdLists, 0);
    FreeAndNil(FThirdParty);
    FreeAndNil(sc); (*** DB ***)
    inherited Destroy;

    The marked statement should be added

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.