bcb6 > AnsiString関連のメモリリーク
581 ワード
BCB6のメモリリーク関連
http://www.tek-tips.com/viewthread.cfm?qid=1384862
for(j = 0; j < hmax; j++)
{
MyString strTest2 = "test";
strTest2 += MyString("Random test: ") + "test3";
//OutputDebugString(IntToStr(j).c_str());
}
において、MyStringの宣言がfor()内にある時におかしくなるような記載があった。
XE4や最近のバージョンの振舞は未整理。
Author And Source
この問題について(bcb6 > AnsiString関連のメモリリーク), 我々は、より多くの情報をここで見つけました https://qiita.com/7of9/items/fd81342952842dff72cd著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .