mirror of
https://github.com/aria2/aria2.git
synced 2025-02-08 06:56:33 +00:00
2008-08-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Clear table item. * src/Dictionary.cc
This commit is contained in:
parent
8503419ae3
commit
df9d042d25
@ -1,3 +1,8 @@
|
||||
2008-08-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Clear table item.
|
||||
* src/Dictionary.cc
|
||||
|
||||
2008-08-23 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
|
||||
|
||||
Fixed error handling of lseek.
|
||||
|
@ -49,6 +49,7 @@ void Dictionary::clearTable() {
|
||||
itr != table.end(); itr++) {
|
||||
delete itr->second;
|
||||
}
|
||||
table.clear();
|
||||
}
|
||||
|
||||
const MetaEntry* Dictionary::get(const std::string& name) const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user