Changeset 95381 in vbox for trunk/src/VBox/Runtime/common/crypto
- Timestamp:
- Jun 27, 2022 8:10:28 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/crypto/ssl-openssl.cpp
r94888 r95381 294 294 pSession->pSsl = NULL; 295 295 } 296 RTMemFree(p This);296 RTMemFree(pSession); 297 297 } 298 298 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.