zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit d2669ffc09578b6c2ad405d159dc2627f827166d
parent b5e3ac99f4fd7b29d14adc6f0ddacead0fb2b75e
Author: fundamental <mark.d.mccurry@gmail.com>
Date:   Tue, 29 Dec 2009 17:48:00 -0500

Nio: Adding in proper deallocation

Diffstat:
Msrc/main.cpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.cpp b/src/main.cpp @@ -253,6 +253,8 @@ void exitprogram() { pthread_mutex_lock(&master->mutex); delete sysOut; + delete sysIn; + delete sysEngine; #ifndef DISABLE_GUI delete (ui);