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
unref dbus connection on close
Signed-off-by: falkTX <falktx@falktx.com>
pull/349/head
falkTX
4 years ago
parent
be1d201035
commit
7934733751
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
2 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/DistrhoUI_macOS.mm
+2
-0
distrho/extra/FileBrowserDialog.cpp
+ 1
- 1
distrho/DistrhoUI_macOS.mm
View File
@@ -27,7 +27,7 @@
# include <algorithm>
# include <cmath>
# ifndef DGL_FILE_BROWSER_DISABLED
# include "
../
extra/FileBrowserDialog.cpp"
# include "extra/FileBrowserDialog.cpp"
# endif
// Declared in DistrhoUI.cpp but defined here because it uses Obj-C
+ 2
- 0
distrho/extra/FileBrowserDialog.cpp
View File
@@ -232,6 +232,8 @@ struct FileBrowserData {
[nsBasePanel release];
#endif
#ifdef HAVE_X11
if (dbuscon != nullptr)
dbus_connection_unref(dbuscon);
if (x11display != nullptr)
XCloseDisplay(x11display);
#endif
Write
Preview
Loading…
Cancel
Save