From acb1000ef21325960e711943b5e61bd34f16ae22 Mon Sep 17 00:00:00 2001 From: csoler Date: Mon, 31 Aug 2009 20:54:42 +0000 Subject: [PATCH] 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 --- libretroshare/src/turtle/p3turtle.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/libretroshare/src/turtle/p3turtle.cc b/libretroshare/src/turtle/p3turtle.cc index 4f12aaccb..2f4b3b25f 100644 --- a/libretroshare/src/turtle/p3turtle.cc +++ b/libretroshare/src/turtle/p3turtle.cc @@ -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 ; }