diff options
author | David Robillard <d@drobilla.net> | 2017-05-07 13:23:15 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-05-07 13:23:15 +0200 |
commit | 6fd032c93b16a54bad2fd10c39c7c085d527a597 (patch) | |
tree | d2d4d86b69b20244a56c07b8e033d07690b2c7b8 /NEWS | |
parent | 86c1666b1de5d291661549a4e9c49ec0314fd4fb (diff) | |
download | suil-6fd032c93b16a54bad2fd10c39c7c085d527a597.tar.gz suil-6fd032c93b16a54bad2fd10c39c7c085d527a597.tar.bz2 suil-6fd032c93b16a54bad2fd10c39c7c085d527a597.zip |
Fix memory leaks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,8 +4,9 @@ suil (0.8.7) unstable; * Add support for Qt5 in Gtk2 * Add suil_init() to support early initialization and passing any necessary information that may be needed in the future (thanks Stefan Westerfeld) + * Fix memory leaks - -- David Robillard <d@drobilla.net> Sat, 18 Mar 2017 12:01:55 +0100 + -- David Robillard <d@drobilla.net> Sun, 07 May 2017 13:23:10 +0200 suil (0.8.4) stable; |