Compare commits
No commits in common. "main" and "detached" have entirely different histories.
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ struct TDF_FILE{
|
|||
std::vector<void*> todelete;
|
||||
void close(){
|
||||
for(size_t i=0;i<todelete.size();i++){
|
||||
delete static_cast<boost::unordered_map<std::string,TDF_DATA>*> (todelete[i]);
|
||||
delete todelete[i];
|
||||
}
|
||||
}
|
||||
void* read(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue