Changeset 36547
- Timestamp:
- Feb 25, 2014, 11:26:45 AM (12 years ago)
- File:
-
- 1 edited
-
tags/ipp-20140114/psphot/src/psphotCleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20140114/psphot/src/psphotCleanup.c
r34086 r36547 22 22 pmVisualCleanup (); 23 23 psLibFinalize(); 24 #if (PS_TRACE_ON) 25 // don't display memory leaks unless trace is on. 24 26 // fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, NULL, false), "psphot"); 25 27 fprintf (stderr, "found %d leaks at %s\n", psMemCheckLeaks (0, NULL, stdout, false), "psphot"); 28 #endif 26 29 return; 27 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
