bthci/bthci2/hcicmdq/src/HciCommandQItem.cpp
changeset 51 20ac952a623c
parent 0 29b1cd4cb562
equal deleted inserted replaced
48:22de2e391156 51:20ac952a623c
    62 
    62 
    63 	iLink.Deque();
    63 	iLink.Deque();
    64 	delete iCompletionTimer;
    64 	delete iCompletionTimer;
    65 	delete iCommand;
    65 	delete iCommand;
    66 	delete iCmdFrame;
    66 	delete iCmdFrame;
       
    67     // The user (QDP) should clean up any internal allocations existing in its QDP data object.
       
    68 	// coverity[delete_void]
    67 	delete iQdpData;
    69 	delete iQdpData;
    68 	}
    70 	}
    69 
    71 
    70 /**
    72 /**
    71 Const getter for the Command encapsulated in the object.
    73 Const getter for the Command encapsulated in the object.