diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-04-12 20:39:59 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2020-04-12 20:39:59 +0200 |
commit | 951b599cbc5912ed9391dbba7463f77d5c6108cb (patch) | |
tree | c458feea7eff6666bc6ce2ba70ea3cbe0ff33535 | |
parent | d88856675d594eb9ea4c8d7724152ecfdf5332fc (diff) | |
download | vm.lv2-951b599cbc5912ed9391dbba7463f77d5c6108cb.tar.xz |
Squashed 'subprojects/nk_pugl/' changes from fc44246a..11c5b054
11c5b054 fix memleak in xrm db request.
git-subtree-dir: subprojects/nk_pugl
git-subtree-split: 11c5b054dd4edb878855c027f5158069a8e34e11
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | nk_pugl/nk_pugl.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1 +1 @@ -0.1.133 +0.1.135 diff --git a/nk_pugl/nk_pugl.h b/nk_pugl/nk_pugl.h index 7f543ba..9c7eb05 100644 --- a/nk_pugl/nk_pugl.h +++ b/nk_pugl/nk_pugl.h @@ -1031,6 +1031,8 @@ nk_pugl_init(nk_pugl_window_t *win) { dpi1 = atof(value.addr); } + + XrmDestroyDatabase(db); } } #endif |