Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
properly clean up PerfQuery on OGL
  • Loading branch information
BhaaLseN committed Aug 15, 2013
1 parent 072fac4 commit d16f089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Plugins/Plugin_VideoOGL/Src/main.cpp
Expand Up @@ -250,6 +250,8 @@ void VideoBackend::Video_Cleanup() {
ProgramShaderCache::Shutdown();
VertexShaderManager::Shutdown();
PixelShaderManager::Shutdown();
delete g_perf_query;
g_perf_query = NULL;
delete g_vertex_manager;
g_vertex_manager = NULL;
OpcodeDecoder_Shutdown();
Expand Down

0 comments on commit d16f089

Please sign in to comment.