Microsoft DirectX 9.0

CBaseAllocator::Free

The Free method releases all of the buffer memory. This method is called when the owning filter decommits the allocator, after the last media sample is released.

Syntax

virtual void Free(void) PURE; 

Remarks

After the Decommit method is called, the allocator calls this method when it releases the last media sample. The derived class must implement this method.

See Also