Changed some code found by Clang Tidy and Coverity
This commit is contained in:
@ -103,7 +103,7 @@ void HashingContext::_create_ctx(HashType p_type) {
|
||||
}
|
||||
|
||||
void HashingContext::_delete_ctx() {
|
||||
return;
|
||||
|
||||
switch (type) {
|
||||
case HASH_MD5:
|
||||
memdelete((CryptoCore::MD5Context *)ctx);
|
||||
|
||||
Reference in New Issue
Block a user