Home | History | Annotate | Download | only in programs

Lines Matching refs:free

6   This program is free software; you can redistribute it and/or modify
8 the Free Software Foundation; either version 2 of the License, or
17 with this program; if not, write to the Free Software Foundation, Inc.,
56 #include <stdlib.h> /* malloc, free */
353 /* Close & Free */
354 free(in_buff);
355 free(out_buff);
443 /* Close & Free */
444 free(in_buff);
445 free(out_buff);
449 if (LZ4F_isError(errorCode)) EXM_THROW(38, "Error : can't free LZ4F context resource : %s", LZ4F_getErrorName(errorCode));
520 /* Free */
521 free(in_buff);
522 free(out_buff);
584 /* Free */
585 free(inBuff);
586 free(outBuff);
588 if (LZ4F_isError(errorCode)) EXM_THROW(69, "Error : can't free LZ4F context resource : %s", LZ4F_getErrorName(errorCode));