This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla-Plugins
mirror of
https://github.com/falkTX/Carla-Plugins
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix static memory leak
Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX
3 years ago
parent
22f6bc8e7c
commit
385f1fd3f0
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
zynaddsubfx/rtosc/cpp/ports.cpp
+ 2
- 0
zynaddsubfx/rtosc/cpp/ports.cpp
View File
@@ -1431,6 +1431,8 @@ char *Ports::collapsePath(char *p)
void Ports::refreshMagic()
{
if (impl)
delete []impl->enump;
delete impl;
impl = new Port_Matcher;
generate_minimal_hash(*this, *impl);
Write
Preview
Loading…
Cancel
Save