Home | History | Annotate | Download | only in programs

Lines Matching refs:free

7     This program is free software; you can redistribute it and/or modify
9 the Free Software Foundation; either version 2 of the License, or
18 with this program; if not, write to the Free Software Foundation, Inc.,
233 free (testmem);
468 free(orig_buff);
469 free(compressed_buff);
470 free(chunkP);
483 free(orig_buff);
484 free(compressed_buff);
485 free(chunkP);
553 default : DISPLAY("ERROR ! Bad algorithm Id !! \n"); free(chunkP); return 1;
576 if (initFunction!=NULL) free(ctx);
647 default : DISPLAY("ERROR ! Bad decompression algorithm Id !! \n"); free(chunkP); return 1;
692 free(orig_buff);
693 free(compressed_buff);
694 free(chunkP);