Fixed possible bad memory access.
This commit is contained in:
parent
08b8ce3dc7
commit
f29edeb887
@ -240,8 +240,8 @@ namespace imap {
|
||||
|
||||
private:
|
||||
|
||||
const string& m_name;
|
||||
string& m_line;
|
||||
const string m_name;
|
||||
string m_line;
|
||||
size_t m_pos;
|
||||
const bool& m_result;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user