This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix Leak on DSSI UI Test
gh-pages
falkTX
9 years ago
parent
f54ab76ad8
commit
a7db13548f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save