释放加解密对象

This commit is contained in:
gb 2023-10-08 14:38:05 +08:00
parent 1b54667d92
commit a47d895109
1 changed files with 3 additions and 3 deletions

View File

@ -2015,10 +2015,10 @@ int hg_scanner_239::set_scan_lock_check_val(string check_str)
SAFE_DELETE(source_plain);
//SAFE_DELETE(ecb_filter);
//SAFE_DELETE(strcip);
//SAFE_DELETE(source_cipher)
//SAFE_DELETE(str_cip);
SAFE_DELETE(source_cipher);
//SAFE_DELETE(hex_encode);
SAFE_DELETE(str_encode);
//SAFE_DELETE(str_encode);
return ret;
#endif
}