Changeset 12302 in vbox
- Timestamp:
- Sep 9, 2008 3:13:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/log/log.cpp
r12159 r12302 593 593 594 594 /* 595 * Free the mutex and the instance memory.595 * Free the mutex, the wrapper and the instance memory. 596 596 */ 597 597 MutexSem = pLogger->MutexSem; … … 607 607 } 608 608 609 if (pLogger->pfnLogger) 610 { 611 RTMemExecFree(*(void **)&pLogger->pfnLogger); 612 pLogger->pfnLogger = NULL; 613 } 609 614 RTMemFree(pLogger); 610 615
Note:
See TracChangeset
for help on using the changeset viewer.