equal
deleted
inserted
replaced
1771 if (aSplitCommand && aSplitCommandData) |
1771 if (aSplitCommand && aSplitCommandData) |
1772 { |
1772 { |
1773 COMPONENT_TRACE1(_L( "HWRM Server - CHWRMLightService::SetColorL Deleting allocated aSplitCommandData")); |
1773 COMPONENT_TRACE1(_L( "HWRM Server - CHWRMLightService::SetColorL Deleting allocated aSplitCommandData")); |
1774 //Release the data that is allocated, as there will not be ProcessResponseL |
1774 //Release the data that is allocated, as there will not be ProcessResponseL |
1775 //coverity[freed_arg] |
1775 //coverity[freed_arg] |
|
1776 //coverity[delete_void] |
1776 delete aSplitCommandData; |
1777 delete aSplitCommandData; |
1777 } |
1778 } |
1778 } |
1779 } |
1779 |
1780 |
1780 for( TInt i = 0; i < KHWRMLightMaxTargets; i++ ) |
1781 for( TInt i = 0; i < KHWRMLightMaxTargets; i++ ) |