void sid_sound_machine_close(sound_t *psid) { sid_engine.close(psid); /* free the temp. buffers */ if (buf1) { lib_free(buf1); buf1 = NULL; } if (buf2) { lib_free(buf2); buf2 = NULL; } }
void sid_sound_machine_close(sound_t *psid) { sid_engine.close(psid); }