Changeset 46254 in vbox for trunk/src/VBox/Runtime/common/dbg
- Timestamp:
- May 24, 2013 10:21:44 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85984
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dbg/dbgmodcontainer.cpp
r46215 r46254 296 296 else 297 297 rc = VERR_NO_MEMORY; 298 #ifdef RTDBGMODCNT_WITH_MEM_CACHE 299 RTMemCacheFree(pThis->hLineNumAllocator, pLine); 300 #else 298 301 RTMemFree(pLine); 302 #endif 299 303 return rc; 300 304 }
Note:
See TracChangeset
for help on using the changeset viewer.