From a6617f7fdff7fdf457e78920e3f0b9298247c290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 8 Jan 2018 19:05:21 -0800 Subject: [PATCH] Cleanup. --- tools/texturev/texturev.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 889ac23d5..3bffabf92 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -1916,6 +1916,7 @@ int _main_(int _argc, char** _argv) bgfx::destroy(textureCubeProgram); bgfx::destroy(textureCube2Program); bgfx::destroy(textureSdfProgram); + bgfx::destroy(textureMsdfProgram); bgfx::destroy(texture3DProgram); imguiDestroy();