mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Potentially fix a crash in love.window.setMode.
--HG-- branch : minor
This commit is contained in:
@@ -37,7 +37,7 @@ StreamBuffer::StreamBuffer(Mode mode, size_t size)
|
||||
|
||||
StreamBuffer::~StreamBuffer()
|
||||
{
|
||||
delete[] data;
|
||||
delete[] data;
|
||||
}
|
||||
|
||||
void *StreamBuffer::getData() const
|
||||
|
||||
Reference in New Issue
Block a user