[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
void SDLNet_FreePacketV(UDPpacket **packetV)
Free a UDPpacket vector from memory. Do not use this UDPpacket vector, or any UDPpacket in it, after this function is called on it.
Returns: nothing, this always succeeds.
|
See Also:
3.5.4 SDLNet_AllocPacketV,
3.5.1 SDLNet_AllocPacket,
3.5.3 SDLNet_FreePacket,
3.5.2 SDLNet_ResizePacket,
4.4 UDPpacket