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
commit
f0e66460f5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 4 additions and 1 deletions
  1. +1
    -1
      dpf
  2. +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);


Loading…
Cancel
Save