Merge pull request #2046 from shygoo/fix-search

[Debugger] Fix search crashes
This commit is contained in:
zilmar 2021-05-22 09:32:58 +09:30 committed by GitHub
commit 02a4e6cbe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -141,8 +141,7 @@ CScanResult::CScanResult(AddressType addressType, DisplayFormat displayFormat) :
m_AddressType(addressType),
m_Address(0),
m_DisplayFormat(displayFormat),
m_bSelected(false),
m_Description(nullptr)
m_bSelected(false)
{
}