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 in the last commit
Signed-off-by: falkTX <falktx@falktx.com>
popup-tests
falkTX
1 month ago
parent
3f1e740f76
commit
ce45bc565d
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
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/DistrhoPluginAU.cpp
+ 3
- 0
distrho/src/DistrhoPluginAU.cpp
View File
@@ -1685,6 +1685,9 @@ public:
fStateMap[dkey] = value;
fPlugin.setState(dkey, value);
std::free(key);
std::free(value);
}
return noErr;
#else
Write
Preview
Loading…
Cancel
Save