mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-16 04:15:37 +00:00
yet another mem leak fix.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1240 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -379,10 +379,9 @@ DLLEXPORT void projectM::renderFrame()
|
||||
renderer->RenderFrame(pipeline, pipelineContext());
|
||||
|
||||
for (int i = 0; i < _matcher->matchResults().matches.size(); i++) {
|
||||
delete(pipeline.drawables[0]);
|
||||
delete(pipeline.drawables[i]);
|
||||
}
|
||||
pipeline.drawables.clear();
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user