Fix memory leak

This commit is contained in:
Georg Hagen
2024-09-17 16:44:21 +02:00
parent b27764b3db
commit 323e0feb4d

View File

@@ -109,6 +109,7 @@ namespace OpenVulkano::AR
} }
} }
tjFree(outBuffer); tjFree(outBuffer);
tjDestroy(handle);
#endif #endif
} }