mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Merge default into minor
--HG-- branch : minor
This commit is contained in:
@@ -264,7 +264,7 @@ QuadIndices::QuadIndices(size_t size)
|
||||
}
|
||||
catch (std::bad_alloc &)
|
||||
{
|
||||
delete[] newbuffer;
|
||||
delete newbuffer;
|
||||
delete[] newindices;
|
||||
throw love::Exception("Out of memory.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user