Changeset 30595 for trunk/psLib/src/sys/psMemory.c
- Timestamp:
- Feb 13, 2011, 10:45:16 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.c
r28401 r30595 626 626 nleak++; 627 627 628 if (fd != NULL) { 628 // only print a max of 500 leaks (make this an argument) 629 if ((nleak < 500) && (fd != NULL)) { 629 630 if (nleak == 1) { 630 631 fprintf(fd, "# func at (file:line) ID: X Ref: X\n");
Note:
See TracChangeset
for help on using the changeset viewer.
