MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / SpkrDestroy

Function SpkrDestroy

source/Speaker.cpp:245–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243//=============================================================================
244
245void SpkrDestroy()
246{
247 Spkr_DSUninit();
248
249 //
250
251 delete [] g_pSpeakerBuffer;
252 delete [] g_pRemainderBuffer;
253
254 g_pSpeakerBuffer = NULL;
255 g_pRemainderBuffer = NULL;
256}
257
258//=============================================================================
259

Callers 1

WndProcMethod · 0.85

Calls 1

Spkr_DSUninitFunction · 0.85

Tested by

no test coverage detected