mirror of
https://github.com/love2d/love.git
synced 2026-08-19 20:19:42 +02:00
vulkan: fix memory leak
This commit is contained in:
@@ -151,6 +151,7 @@ Graphics::Graphics()
|
|||||||
|
|
||||||
Graphics::~Graphics()
|
Graphics::~Graphics()
|
||||||
{
|
{
|
||||||
|
defaultConstantTexCoord.set(nullptr);
|
||||||
defaultConstantColor.set(nullptr);
|
defaultConstantColor.set(nullptr);
|
||||||
defaultTexture.set(nullptr);
|
defaultTexture.set(nullptr);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user