Changeset 5743 for trunk/stac/src/stacCheckMemory.c
- Timestamp:
- Dec 7, 2005, 2:57:14 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stacCheckMemory.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stacCheckMemory.c
r3375 r5743 7 7 8 8 9 psMem oryId stacMemPrint(const psMemBlock *ptr)9 psMemId stacMemPrint(const psMemBlock *ptr) 10 10 { 11 11 psLogMsg("stac.memoryPrint", PS_LOG_INFO, … … 41 41 psTrace("stac.checkMemory", 1, "Checking for memory problems....\n"); 42 42 43 (void)psMemProblemCallbackSet( stacMemoryProblem); // Set callback for corruption43 (void)psMemProblemCallbackSet((psMemProblemCallback)stacMemoryProblem); // Set callback for corruption 44 44 45 45 if ((leakFile = fopen(LEAKS, "w")) == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.
