Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2018-07-10 12:23:10 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-07-10 12:23:10 +0300
commit0bfc06b7b7ef797df12a99bdd3630756e590df88 (patch)
treea9424eab0486a48ff92778094ae7187be488d25d /intern
parentcec8ca6619e32b0a9e92d7aba8220c6207858290 (diff)
parent719629f2aa8cc146427b68bd6fcf422bdd1e52b0 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_WindowX11.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_WindowX11.cpp b/intern/ghost/intern/GHOST_WindowX11.cpp
index ade4799a52d..e740542961e 100644
--- a/intern/ghost/intern/GHOST_WindowX11.cpp
+++ b/intern/ghost/intern/GHOST_WindowX11.cpp
@@ -1677,6 +1677,7 @@ getDPIHint()
}
}
}
+ XrmDestroyDatabase(xrdb);
}
/* Fallback to calculating DPI using X reported DPI, set using xrandr --dpi */