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:
csoler 2009-06-15 07:28:23 +00:00
parent 51eb8b8eaf
commit 2ff271f810

View File

@ -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 */