ref: 190032090e875cbe49893c7a8d3cf6c1c91c6a1a
dir: /src/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.
*/
#include "gsm.h"
#include <stdlib.h>
void gsm_destroy (gsm S)
{
free((char *)S);
}