Skip to content

Commit

Permalink
Server: avoid node not found messages for volume synth
Browse files Browse the repository at this point in the history
  • Loading branch information
lijon committed Mar 14, 2012
1 parent 89bb465 commit 2581098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCClassLibrary/Common/Control/Server.sc
Expand Up @@ -754,10 +754,10 @@ Server {
sendQuit = nil;
this.serverRunning = false;
if(scopeWindow.notNil) { scopeWindow.quit };
RootNode(this).freeAll;
if(volume.isPlaying) {
volume.free
};
RootNode(this).freeAll;
this.newAllocators;
}

Expand Down

0 comments on commit 2581098

Please sign in to comment.