mtptransports/mtpptpiptransport/ptpipplugin/src/cptpipconnection.cpp
changeset 17 aabe5387f5ce
parent 0 d0791faffa3f
child 47 63cf70d3ecd8
equal deleted inserted replaced
0:d0791faffa3f 17:aabe5387f5ce
    66 	delete iEventHandler;
    66 	delete iEventHandler;
    67 
    67 
    68 	delete iPTPIPCommandContainer;
    68 	delete iPTPIPCommandContainer;
    69 	delete iPTPIPDataContainer;
    69 	delete iPTPIPDataContainer;
    70 	delete iPTPIPEventContainer;
    70 	delete iPTPIPEventContainer;
       
    71 
       
    72         if (iProtocolLayer != NULL)
       
    73            {
       
    74            iProtocolLayer->Unbind(*this);
       
    75            }
    71 	
    76 	
    72 	iNullBuffer.Close();
    77 	iNullBuffer.Close();
    73 
    78 
    74 	__FLOG(_L8("Destructor - Exit"));
    79 	__FLOG(_L8("Destructor - Exit"));
    75 	__FLOG_CLOSE;
    80 	__FLOG_CLOSE;