Changeset 30301
- Timestamp:
- Jan 19, 2011, 3:20:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psLib/src/sys/psMemory.c
r28401 r30301 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.
