From 634f8fbc83fd66c66f4a26a55be3dceecf3317e6 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Mon, 7 Mar 2016 17:04:22 -0800 Subject: [PATCH] Fix texture leak --- interface/src/PluginContainerProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/PluginContainerProxy.cpp b/interface/src/PluginContainerProxy.cpp index 8e5aca86a9..43a35e5ab4 100644 --- a/interface/src/PluginContainerProxy.cpp +++ b/interface/src/PluginContainerProxy.cpp @@ -181,7 +181,7 @@ void PluginContainerProxy::releaseSceneTexture(const gpu::TexturePointer& textur } void PluginContainerProxy::releaseOverlayTexture(const gpu::TexturePointer& texture) { - // FIXME implement present thread compositing + qApp->_applicationOverlay.releaseOverlay(texture); } /// settings interface