Microsoft DirectX 8.1 (C++)

CBaseAllocator::Free

The Free method releases the buffer memory during a decommit operation, 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