Changeset 26418 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- Feb 10, 2010 5:11:46 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57521
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/alloc/memcache.cpp
r26417 r26418 304 304 RTMEMCACHEINT *pThis = hMemCache; 305 305 AssertPtrReturn(pThis, VERR_INVALID_PARAMETER); 306 AssertReturn(pThis->u32Magic == RTMEMCACHE_MAGIC, NULL);306 AssertReturn(pThis->u32Magic == RTMEMCACHE_MAGIC, VERR_INVALID_PARAMETER); 307 307 308 308 /*
Note:
See TracChangeset
for help on using the changeset viewer.