mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:36:42 +00:00
[ROSAUTOTEST]
Use matching delete operator CID #1102027 CID #1102028 svn path=/trunk/; revision=62635
This commit is contained in:
parent
8e01ed0bd8
commit
5ce3089b36
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue