mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-18 03:58:54 +00:00
netbsdaudio: Minor fix.
This commit is contained in:
parent
b0d89868c6
commit
9fa4a6ef87
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ static void NETBSDAUDIO_CloseDevice(SDL_AudioDevice *device)
|
|||
}
|
||||
SDL_free(device->hidden->mixbuf);
|
||||
SDL_free(device->hidden);
|
||||
device->hidden = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue