corrected potential bug due to double destruction of rsItem

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1581 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2009-08-31 20:54:42 +00:00
parent 2597e6a61e
commit acb1000ef2

View File

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