mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
added missing continue which caused sigsegv
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1300 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
51eb8b8eaf
commit
2ff271f810
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ bool ftExtraList::loadList(std::list<RsItem *> load)
|
|||
/* to old */
|
||||
cleanupEntry(fi->file.path, fi->flags);
|
||||
delete (*it);
|
||||
continue ;
|
||||
}
|
||||
|
||||
/* add into system */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue