mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 23:49:03 +02:00
- bugfixes found from cppcheck
This commit is contained in:
@@ -59,7 +59,7 @@ namespace Shared { namespace Util {
|
||||
wcstombs_s(&i, &b[0], l, v, l);
|
||||
#endif
|
||||
append(b);
|
||||
delete b;
|
||||
delete [] b;
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user