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 memory leak in X11 webview
Signed-off-by: falkTX <falktx@falktx.com>
popup-tests
falkTX
1 month ago
parent
ce45bc565d
commit
4100e47d4c
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
distrho/extra/WebViewImpl.cpp
+ 3
- 1
distrho/extra/WebViewImpl.cpp
View File
@@ -773,8 +773,10 @@ void webViewIdle(const WebViewHandle handle)
d_stderr("server ringbuffer data race, abort!");
handle->rbctrl2.flush();
return
;
break
;
}
std::free(buffer);
#else
// unused
(void)handle;
Write
Preview
Loading…
Cancel
Save