diff options
author | David Robillard <d@drobilla.net> | 2020-01-18 17:36:06 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-01-18 17:36:06 +0100 |
commit | 5ae973b8f7f38f32a28b6b23bfe622b51bb64c51 (patch) | |
tree | e0d4a7cfe816ed63c49a95b86396670955461a0a /NEWS | |
parent | bd0d8e69b753903888faaa781661b422793ef4be (diff) | |
download | lilv-5ae973b8f7f38f32a28b6b23bfe622b51bb64c51.tar.gz lilv-5ae973b8f7f38f32a28b6b23bfe622b51bb64c51.tar.bz2 lilv-5ae973b8f7f38f32a28b6b23bfe622b51bb64c51.zip |
Fix memory leak when dyn-manifest has no plugins
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,9 +2,10 @@ lilv (0.24.7) unstable; * Fix cases where incorrect translation is used * Fix deleting state bundles loaded from the model + * Fix memory leak when dyn-manifest has no plugins (thanks Michael Fisher) * Implement state:freePath feature - -- David Robillard <d@drobilla.net> Sat, 18 Jan 2020 16:10:28 +0000 + -- David Robillard <d@drobilla.net> Sat, 18 Jan 2020 16:34:41 +0000 lilv (0.24.6) stable; |