ref: a6be594c819dc408e2f72425b7de2b5c4590c1eb
dir: /libgsm/gsm_destroy.c/
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
*/
/* $Header: /cvsroot/sox/sox/libgsm/gsm_destroy.c,v 1.1 2007/09/06 16:50:55 cbagwell Exp $ */
#include "gsm.h"
# include <stdlib.h>
void gsm_destroy (gsm S)
{
if (S) free((char *)S);
}