Memory Leak in sVclUtils.pas Root › Technical support › Troubleshooting This topic has 2 replies, 2 voices, and was last updated 6 years, 4 months ago by HeDiBo. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts June 15, 2018 at 2:09 pm #37873 HeDiBoParticipant The two bitmaps acAnimBmp and acAnimBmp2 are allocated, but are not guaranteed to be freed at the end of the program. I think this is needed at the end of sVclUtils.pas: Code: finalization FreeAndNil(acAnimBmp); FreeAndNil(acAnimBmp2); . . Without this addition I sometimes get a memory leak. June 20, 2018 at 4:59 am #58068 SupportKeymaster Thank you, changes will be added in the nearest release. July 17, 2018 at 1:00 pm #58176 HeDiBoParticipant 'Support' wrote: Thank you, changes will be added in the nearest release. Done in AC 13.17 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