Memory leak in TPrintPreview
Memory Sleuth reported a a meory leak in TPrintPreview around line 2279 (in FetchFormNames).
I added a try... finally block freeing DeviceMode in the finally section.
Memory Sleuth seems to be happy...
I added a try... finally block freeing DeviceMode in the finally section.
Memory Sleuth seems to be happy...