commit 734588ecbfdc662a5a0dc9318c4a23a558f0d0ef
parent 993cae28e1eb5f088ab06d34bd28abcb53c2ebf0
Author: fundamental <[email protected]>
Date: Sat, 18 Oct 2014 21:20:51 -0400
Fix Possible RT Mem Corruption
Free Notes On Part Change
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/Misc/Part.cpp b/src/Misc/Part.cpp
@@ -1203,6 +1203,8 @@ void Part::kill_rt(void)
{
for(int i=0; i<NUM_PART_EFX; ++i)
partefx[i]->kill();
+ for(int k = 0; k < POLIPHONY; ++k)
+ KillNotePos(k);
}
void Part::getfromXMLinstrument(XMLwrapper *xml)