Browse Source

Oops. Forgot to init library Ref Counter

master
waxfrenzy 22 years ago
parent
commit
da55b5a0d0
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

@@ -401,6 +401,7 @@ LADSPAInfo::ExaminePath(const char *path)
LibraryInfo li;
li.PathIndex = path_index;
li.Basename = ep->d_name;
li.RefCount = 0;
li.Handle = NULL;
m_Libraries.push_back(li);



Loading…
Cancel
Save