Browse Source

Fix Leak on DSSI UI Test

gh-pages
falkTX 9 years ago
parent
commit
a7db13548f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      distrho/src/DistrhoUIDSSI.cpp

+ 3
- 0
distrho/src/DistrhoUIDSSI.cpp View File

@@ -373,6 +373,9 @@ int main(int argc, char* argv[])
globalUI->dssiui_show();
globalUI->exec();

delete globalUI;
globalUI = nullptr;

return 0;
}



Loading…
Cancel
Save