Memory leak
Hi!
I noticed that there is a small memory leak, when exception is raised on
the OnPrintDialogCreate procedure:
1 - 12 bytes: String x 1
13 - 20 bytes: String x 3
21 - 28 bytes: TCriticalSection x 2, TppPageDef x 4
109 - 116 bytes: TppPrinterSetup x 2
Best,
Mart
--- posted by geoForum on http://delphi.newswhat.com
I noticed that there is a small memory leak, when exception is raised on
the OnPrintDialogCreate procedure:
1 - 12 bytes: String x 1
13 - 20 bytes: String x 3
21 - 28 bytes: TCriticalSection x 2, TppPageDef x 4
109 - 116 bytes: TppPrinterSetup x 2
Best,
Mart
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
most probably have a memory leak as it is not clear what resources were
created and can be destroyed.
Ed Dressel
Team DM