From 4eac3f398eb91494da8eb07e58b7c597cc947879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 1 Nov 2015 17:39:36 -0800 Subject: [PATCH] Cleanup. --- src/bgfx.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 6e1edef8b..818d48760 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -1256,6 +1256,7 @@ namespace bgfx CHECK_HANDLE_LEAK(m_textureHandle); CHECK_HANDLE_LEAK(m_frameBufferHandle); CHECK_HANDLE_LEAK(m_uniformHandle); + CHECK_HANDLE_LEAK(m_occlusionQueryHandle); #undef CHECK_HANDLE_LEAK } }