File diff r25618:b5050eb6e9cd → r25619:54e015e45b51
src/network/network_content.cpp
Show inline comments
 
@@ -150,9 +150,8 @@ bool ClientNetworkContentSocketHandler::
 
			 * As ici might be selected by the content window we cannot delete that.
 
			 * However, we want to keep most of the values of ci, except the values
 
			 * we (just) already preserved.
 
			 * So transfer data and ownership of allocated memory from ci to ici.
 
			 */
 
			ici->TransferFrom(ci);
 
			*ici = *ci;
 
			delete ci;
 

	
 
			this->OnReceiveContentInfo(ici);