Merge default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2016-10-24 18:20:28 -03:00
3 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -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.");
}