Name
FreePacket -- free stream packet (V5.0)
Synopsis
void FreePacket(APTR packet);
Function
This function must free the specified stream packet that has been allocated by your plugin's NextPacket() function. Hollywood will call FreePacket() when it is done with this packet.

This function must be implemented in a thread-safe way.

Inputs
packet
packet allocated by NextPacket()

Show TOC