Home

Traffic Server Software Developers Kit

INKMBufferDestroy

Destroys a marshal buffer.

Prototype

void INKMBufferDestroy (INKMBuffer bufp)

Arguments

bufp is the marshal buffer to be destroyed.

Description

Ignores the reference count and destroys the marshal buffer bufp. The internal data buffer associated with the marshal buffer is also destroyed (if the marshal buffer allocated it).