Browse Source

Oops. Forgot to clear Filename lookup vector on cleanup

master
waxfrenzy 22 years ago
parent
commit
bb8f9c11af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C

+ 1
- 0
SpiralSound/Plugins/LADSPAPlugin/LADSPAInfo.C View File

@@ -214,6 +214,7 @@ void
LADSPAInfo::CleanUp(void)
{
m_IDLookup.clear();
m_FilenameLookup.clear();
m_Plugins.clear();

// Unload loaded dlls


Loading…
Cancel
Save