applayerprotocols/httptransportfw/core/CTransaction.cpp
branchRCL_3
changeset 20 a0da872af3fa
parent 19 c0c2f28ace9c
equal deleted inserted replaced
19:c0c2f28ace9c 20:a0da872af3fa
    80 
    80 
    81 	iSession.RemoveTransaction(this);
    81 	iSession.RemoveTransaction(this);
    82 	CHeaderFieldPart::ClosePropertySet(iPropertySet);
    82 	CHeaderFieldPart::ClosePropertySet(iPropertySet);
    83 	delete iRequest;
    83 	delete iRequest;
    84 	delete iResponse;
    84 	delete iResponse;
    85 	
    85 
    86 	// Cancel the active object
    86 	// Cancel the active object
    87 	Cancel();
    87 	Cancel();
    88 
    88 
    89 	if (status == CTransaction::ECancelled)
    89 	if (status == CTransaction::ECancelled)
    90 		{
    90 		{