follow recent changes in ZynAddSubFX CVS:

* Fix improper deallocation in PresetsStore
* Fixed errors with drawing of the Oscillator as reported with valgrind



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@2083 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2009-02-24 01:01:31 +00:00
parent d8402c6f6a
commit 7ec6080f92
5 changed files with 93 additions and 82 deletions

View File

@@ -1,5 +1,13 @@
2009-02-24 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* plugins/zynaddsubfx/src/Params/PresetsStore.C:
* plugins/zynaddsubfx/src/Synth/OscilGen.C:
* plugins/zynaddsubfx/src/UI/OscilGenUI.cc:
* plugins/zynaddsubfx/src/UI/OscilGenUI.fl:
follow recent changes in ZynAddSubFX CVS:
- Fix improper deallocation in PresetsStore
- Fixed errors with drawing of the Oscillator as reported with valgrind
* CMakeLists.txt:
* data/presets/CMakeLists.txt:
* plugins/CMakeLists.txt: