changeset 51 | 20ac952a623c |
parent 0 | 29b1cd4cb562 |
--- a/bthci/bthci2/hcicmdq/src/HciCommandQItem.cpp Thu Sep 23 17:06:47 2010 +0300 +++ b/bthci/bthci2/hcicmdq/src/HciCommandQItem.cpp Wed Oct 13 16:20:29 2010 +0300 @@ -64,6 +64,8 @@ delete iCompletionTimer; delete iCommand; delete iCmdFrame; + // The user (QDP) should clean up any internal allocations existing in its QDP data object. + // coverity[delete_void] delete iQdpData; }