mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-04-27 00:44:48 +00:00
fixed memory leak on milkdrop preset factory destroy.
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/represet@1203 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -31,7 +31,7 @@ MilkdropPresetFactory::~MilkdropPresetFactory() {
|
||||
|
||||
Eval::destroy_infix_ops();
|
||||
BuiltinFuncs::destroy_builtin_func_db();
|
||||
|
||||
delete(_presetOutputs);
|
||||
}
|
||||
|
||||
/* Reinitializes the engine variables to a default (conservative and sane) value */
|
||||
|
||||
Reference in New Issue
Block a user