Changeset 30631 for branches/czw_branch/20101203/psLib/src/sys/psMemory.c
- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/sys/psMemory.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/psLib/src/sys/psMemory.c
r28401 r30631 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.
