Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CMemAllocator::~CMemAllocator
Destructor method.
Syntax
~CMemAllocator(void);
Remarks
This method overrides the base-class destructor to call CBaseAllocator::Decommit and CMemAllocator::ReallyFree.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also