mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed memory leak.
This commit is contained in:
parent
0accaa4646
commit
336bea5849
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ TextBuffer::~TextBuffer()
|
|||
{
|
||||
delete [] m_vertexBuffer;
|
||||
delete [] m_indexBuffer;
|
||||
delete [] m_styleBuffer;
|
||||
}
|
||||
|
||||
void TextBuffer::appendText(FontHandle _fontHandle, const char* _string, const char* _end)
|
||||
|
|
Loading…
Reference in a new issue