0023532: Mismatching allocation and deallocation: anAsciiString, CDM_COutMessageDrive...
authorPawel <pawel-kowalski@wp.pl>
Fri, 30 Nov 2012 11:35:12 +0000 (15:35 +0400)
committerPawel <pawel-kowalski@wp.pl>
Fri, 30 Nov 2012 11:35:12 +0000 (15:35 +0400)
commit08b86c1dfc38b159540587c90642cc2681a90abd
treecc0a912470baee906abfe3cca7284a0d2d0b2f93
parent529b95df0d4a9765eb6d05e4cd31f9c605995b8b
0023532: Mismatching allocation and deallocation: anAsciiString, CDM_COutMessageDriver.cxx

Replaced 'delete' with 'delete []' when deallocating array.
src/CDM/CDM_COutMessageDriver.cxx