mirror of https://github.com/aria2/aria2
2009-12-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Assigned BObject in BDE() to avoid segmentation fault when calling methods of BDE::none(). * src/BDE.ccpull/1/head
parent
0734dfa770
commit
7c12d43a42
|
@ -1,3 +1,9 @@
|
|||
2009-12-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Assigned BObject in BDE() to avoid segmentation fault when calling
|
||||
methods of BDE::none().
|
||||
* src/BDE.cc
|
||||
|
||||
2009-12-18 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||
|
||||
Show info hash in Magnet URI in upper case letters in -S output.
|
||||
|
|
|
@ -39,7 +39,7 @@ namespace aria2 {
|
|||
|
||||
const BDE BDE::none;
|
||||
|
||||
BDE::BDE():_type(TYPE_NONE) {}
|
||||
BDE::BDE():_type(TYPE_NONE), _bobject(new BObject()) {}
|
||||
|
||||
BDE::BDE(Integer integer):_type(TYPE_INTEGER),
|
||||
_bobject(new BInteger(integer)) {}
|
||||
|
|
Loading…
Reference in New Issue