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 a leak
Signed-off-by: falkTX <falktx@falktx.com>
pull/367/head
falkTX
3 years ago
parent
249c2e0470
commit
65440847fa
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
distrho/src/DistrhoPluginLV2.cpp
+ 6
- 0
distrho/src/DistrhoPluginLV2.cpp
View File
@@ -184,6 +184,12 @@ public:
fNeededUiSends = nullptr;
}
if (fUrids != nullptr)
{
delete[] fUrids;
fUrids = nullptr;
}
fStateMap.clear();
#endif
}
Write
Preview
Loading…
Cancel
Save