12 years ago
Font leak?
I use aqtime std in xe2 and it reported: Module Name Class Name Object Name Get# PROJECT1.EXE Font Font.128 1 my simple project here: procedure TForm1.Button1Click(...
Hi,
Indeed, your code produces a resource leak that can be detected with AQtime's Resource profiler. To avoid the leak, you need to delete the created font:
Hi,
Indeed, your code produces a resource leak that can be detected with AQtime's Resource profiler. To avoid the leak, you need to delete the created font: