Changeset 86419 in vbox
- Timestamp:
- Oct 2, 2020 11:55:38 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/xpcom/tests/TestHashtables.cpp
r86418 r86419 292 292 nsrefcnt newrefcount = --refcount_; 293 293 printf("IFoo@%p::Release(), refcount --> %d\n", 294 NS_STATIC_CAST(void*, this), n srefcnt);294 NS_STATIC_CAST(void*, this), newrefcount); 295 295 296 296 if ( !newrefcount )
Note:
See TracChangeset
for help on using the changeset viewer.