mirror of
https://github.com/aria2/aria2.git
synced 2025-04-07 06:27:37 +03:00
Initialized scalar members
This commit is contained in:
parent
feb548e174
commit
2676bbe9c6
11 changed files with 22 additions and 8 deletions
|
@ -59,6 +59,7 @@ enum {
|
|||
BencodeParser::BencodeParser(StructParserStateMachine* psm)
|
||||
: psm_(psm),
|
||||
currentState_(BENCODE_INITIAL),
|
||||
strLength_(0),
|
||||
numberSign_(1),
|
||||
number_(0),
|
||||
numConsumed_(0),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue