- Timestamp:
- Sep 17, 2018 3:57:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/cipher-openssl.cpp
r74314 r74315 142 142 uint32_t cRefs = ASMAtomicDecU32(&pThis->cRefs); 143 143 Assert(cRefs < 1024); 144 if ( !cRefs == 0)144 if (cRefs == 0) 145 145 return rtCrCipherDestroy(pThis); 146 146 return cRefs;
Note:
See TracChangeset
for help on using the changeset viewer.