mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
prevented turtle to not deleting a config item when it is not cast
This commit is contained in:
parent
e9fa9eb317
commit
5261c3cd73
2 changed files with 3 additions and 2 deletions
|
@ -726,7 +726,7 @@ bool p3turtle::loadList(std::list<RsItem*>& load)
|
|||
}
|
||||
}
|
||||
|
||||
delete vitem ;
|
||||
delete *it ;
|
||||
}
|
||||
load.clear() ;
|
||||
return true ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue