Memory leaks with TsColorSelect and TsAlphaHints.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #54621
    carl82
    Participant

      I'm working with Delphi 7 and Fast Memory Manager 4.991 and i also have the same problem. 🙁

      #54622
      JM-DG
      Participant

        I replaced line 988 by

        Code:
        if Assigned(Manager.ShowTimer) = false then
        Manager.ShowTimer := TsShowTimer.Create(nil);

        and everything is working fine now.

        #54625
        Support
        Keymaster

          Hello!

          This issue will be solved in the nearest release (on this week).

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