Home | History | Annotate | Download | only in programs

Lines Matching refs:free

5     This program is free software; you can redistribute it and/or modify
7 the Free Software Foundation; either version 2 of the License, or
16 with this program; if not, write to the Free Software Foundation, Inc.,
274 free(ptr);
303 free(path);
319 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; }
326 if (*bufStart == NULL) { free(path); FindClose(hFile); return 0; }
334 free(path);
374 if (*bufStart == NULL) { free(path); closedir(dir); return 0; }
380 if (*bufStart == NULL) { free(path); closedir(dir); return 0; }
388 free(path);
394 free(*bufStart);
447 if (nbFiles == 0) { free(buf); return NULL; }
450 if (!fileTable) { free(buf); return NULL; }
457 if (buf + pos > bufend) { free(buf); free((void*)fileTable); return NULL; }
468 if (allocatedBuffer) free(allocatedBuffer);
469 if (filenameTable) free((void*)filenameTable);