We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 257f4cd commit 0e965b4Copy full SHA for 0e965b4
vendor/cegui-0.4.0-custom/src/CEGUIString.cpp
@@ -49,6 +49,7 @@ String::~String(void)
49
if (d_encodedbufflen > 0)
50
{
51
delete[] d_encodedbuff;
52
+ d_encodedbuff = nullptr;
53
}
54
55
@@ -123,6 +124,7 @@ utf8* String::build_utf8_buff(void) const
123
124
125
126
127
128
129
130
d_encodedbuff = new utf8[buffsize];
0 commit comments