suppressed double item deletion that happens rarely (error handling case)

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1227 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-05-13 15:30:11 +00:00
parent 3004f4fd5a
commit c996915bd1

View File

@ -399,7 +399,6 @@ void p3turtle::handleSearchResult(RsTurtleSearchResultItem *item)
// have forwarded but that it not in the list ??
std::cerr << __PRETTY_FUNCTION__ << ": search result has no peer direction!" << std::endl ;
delete item ;
return ;
}