mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -437,6 +437,7 @@ bool ftExtraList::loadList(std::list<RsItem *> load)
|
|||||||
/* to old */
|
/* to old */
|
||||||
cleanupEntry(fi->file.path, fi->flags);
|
cleanupEntry(fi->file.path, fi->flags);
|
||||||
delete (*it);
|
delete (*it);
|
||||||
|
continue ;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* add into system */
|
/* add into system */
|
||||||
|
Loading…
Reference in New Issue
Block a user