Memory leak in v14.11 Root › Technical support › Troubleshooting This topic has 2 replies, 3 voices, and was last updated 5 years, 11 months ago by HeDiBo. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 8, 2018 at 12:19 pm #38060 LasseParticipant This didn't happen in previous build v14.10. I build by using Delphi 10.3 (Rio) with FastMM4. I think the bug is in TsSkinManager.ReloadSkin. CloseSkinFile call is removed. December 8, 2018 at 5:22 pm #58743 SupportKeymaster Thank you for the message. The issue will be solved in the nearest release. December 11, 2018 at 12:31 pm #58749 HeDiBoParticipant '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 Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting