applayerprotocols/httptransportfw/core/CTransaction.cpp
branchRCL_3
changeset 19 c0c2f28ace9c
parent 15 bdd8a827a7de
child 20 a0da872af3fa
equal deleted inserted replaced
18:5f1cd966e0d9 19:c0c2f28ace9c
    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 		{