CMemAllocator::ReallyFree

 
Microsoft DirectShow 9.0

CMemAllocator::ReallyFree

The ReallyFree method releases the memory for the buffers.

Syntax

  void ReallyFree (void); 

Remarks

The CMemAllocator class holds memory until the object is deleted.

Requirements

**  Header:** Declared in Amfilter.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also