Fixed realloc/delete[] mismatch (thank sawce), corrected some whitespace.
This commit is contained in:
parent
4517031861
commit
6192efc078
@ -202,7 +202,7 @@ public:
|
|||||||
}
|
}
|
||||||
~StaticCharBuf()
|
~StaticCharBuf()
|
||||||
{
|
{
|
||||||
delete [] buffer;
|
free(buffer);
|
||||||
}
|
}
|
||||||
char* GetWithSize(size_t len)
|
char* GetWithSize(size_t len)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user