mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-05 19:08:12 +00:00
netbsdaudio: Minor fix.
This commit is contained in:
@@ -204,6 +204,7 @@ static void NETBSDAUDIO_CloseDevice(SDL_AudioDevice *device)
|
||||
}
|
||||
SDL_free(device->hidden->mixbuf);
|
||||
SDL_free(device->hidden);
|
||||
device->hidden = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user