CMemAllocator::Free
Microsoft DirectShow 9.0 |
CMemAllocator::Free
The Free method is called during a decommit operation. This method implements the pure virtual CBaseAllocator::Free method, but does nothing. The buffer memory is not actually released until the CMemAllocator object is destroyed. The destructor method calls CMemAllocator::ReallyFree to release the memory.
Syntax
void Free(void);
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also