Fixed errors found by static analysis

This commit is contained in:
SChernykh
2020-12-08 12:16:59 +01:00
parent a4f626c899
commit d5f84a813d
10 changed files with 16 additions and 28 deletions

View File

@@ -93,7 +93,7 @@ xmrig::OclAstroBWTRunner::~OclAstroBWTRunner()
OclLib::release(m_tmp_indices);
OclLib::release(m_filtered_hashes);
delete m_bwt_data_sizes_host;
delete [] m_bwt_data_sizes_host;
}