*** empty log message ***

This commit is contained in:
Cary Sandvig 2001-05-02 01:13:09 +00:00
parent 9709248862
commit 082539d7c9

View File

@ -451,6 +451,7 @@ WinMusic::~WinMusic(void) {
} }
if (_performance) { if (_performance) {
_performance->CloseDown();
_performance->Release(); _performance->Release();
_performance = NULL; _performance = NULL;
} }