This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
ProM
mirror of
https://github.com/DISTRHO/ProM
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Update DPF, fix crash on close if host never resizes UI
Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX
3 years ago
parent
a819e5ef88
commit
f0e66460f5
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dpf
+3
-0
plugins/ProM/DistrhoUIProM.cpp
+ 1
- 1
dpf
@@ -1 +1 @@
Subproject commit
df6d7f50377266b1869c6c590ff7412d2241856e
Subproject commit
e44a908375610d7f46b507532b4602c9f89f085a
+ 3
- 0
plugins/ProM/DistrhoUIProM.cpp
View File
@@ -96,6 +96,9 @@ DistrhoUIProM::DistrhoUIProM()
DistrhoUIProM::~DistrhoUIProM()
{
if (fPM == nullptr)
return;
if (DistrhoPluginProM* const dspPtr = (DistrhoPluginProM*)getPluginInstancePointer())
{
const MutexLocker csm(dspPtr->fMutex);
Write
Preview
Loading…
Cancel
Save