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