AuFreeElementStates - free the memory used by lists of flow element states
#include <audio/audiolib.h>
void AuFreeElementStates(server, num_states, states)
AuServer *server;
int num_states;
AuElementState *states;
num_states
Specifies the number of elements states to free.
AuFreeElements frees the memory allocated by AuGetElementStates.
audiolib - Network Audio System C Language Interface