Share via


CMemAllocator::~CMemAllocator

 
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