Related resources for allocate resources
  • Avoid Memory Leaks with Destructor and Dispose1/2/2006 7:10:04 AM. Here are two classes that allocate resources, the first class needs to implement a custom destructor and standard Dispose, but the second class doesn't need either.