ref: b97d97a4acc6ca29e831d22e8fa94bf4cb5c4b2e
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. */ /* $Header: /cvsroot/sox/sox/src/libgsm/Attic/gsm_destroy.c,v 1.3 2007/01/29 03:09:33 cbagwell Exp $ */ #include "gsm.h" # include <stdlib.h> void gsm_destroy (gsm S) { if (S) free((char *)S); }