| View previous topic :: View next topic |
| Author |
Message |
Brad White Guest
|
Posted: Wed Nov 23, 2005 2:23 am Post subject: MM4: registering expected leak |
|
|
What is the best practice for doing this?
I don't think the actual unit should reference FastMM4.
So the Register shouldn't be in there.
Would you add another MMRegisterXXX.pas file
for each unit that needs it and have it reference the XXX
unit and FastMM4?
Most of these are third party issues that I've looked
at and don't want to see anymore.
--
Brad.
|
|
| Back to top |
|
 |
Pierre le Riche Guest
|
Posted: Thu Nov 24, 2005 9:28 am Post subject: Re: registering expected leak |
|
|
| Quote: | What is the best practice for doing this?
|
I usually fix the leaks in the third party library . I don't use
components that I don't have the source for.
|
|
| Back to top |
|
 |
|