This commit is contained in:
cxgeorge 2002-09-27 04:42:38 +00:00
parent 3c15605cf0
commit 30b4fa87d7

View File

@ -47,9 +47,7 @@ void fMilesShutdown(void) {
if (MilesAudioManager::_dls_field!=NULL) { if (MilesAudioManager::_dls_field!=NULL) {
HDLSDEVICE dls= NULL; HDLSDEVICE dls= NULL;
audio_cat->info() << "xxxx m1\n";
AIL_quick_handles(0, 0, &dls); AIL_quick_handles(0, 0, &dls);
audio_cat->info() << "dls == 0x" << (void*)dls << endl;
if(dls!=NULL) { if(dls!=NULL) {
AIL_DLS_unload(dls,MilesAudioManager::_dls_field); AIL_DLS_unload(dls,MilesAudioManager::_dls_field);
} }