|
From: Jerome F. <kin...@us...> - 2009-06-07 06:33:20
|
Update of /cvsroot/munt/mt32emu/src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1939/src Modified Files: synth.cpp Log Message: - Fixed reverbModel being incorrectly deleted on close(). Index: synth.cpp =================================================================== RCS file: /cvsroot/munt/mt32emu/src/synth.cpp,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** synth.cpp 5 Jun 2009 23:56:52 -0000 1.60 --- synth.cpp 7 Jun 2009 06:32:49 -0000 1.61 *************** *** 548,556 **** } - if (reverbModel != NULL) { - delete reverbModel; - reverbModel = NULL; - } - for (int i = 0; i < 9; i++) { if (parts[i] != NULL) { --- 548,551 ---- |