[ROSAUTOTEST]

Use matching delete operator

CID #1102027
CID #1102028

svn path=/trunk/; revision=62635
This commit is contained in:
Pierre Schweitzer 2014-04-05 21:56:15 +00:00
parent 8e01ed0bd8
commit 5ce3089b36
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ GetINIValue(PCWCH AppName, PCWCH KeyName, PCWCH FileName)
WideCharToMultiByte(CP_ACP, 0, Buffer, Length + 1, AsciiBuffer, Length + 1, NULL, NULL);
ReturnedString = AsciiBuffer;
delete AsciiBuffer;
delete[] AsciiBuffer;
}
return ReturnedString;