mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
qnx: Removed unnecessary call to SDL_zerop() after SDL_calloc().
This commit is contained in:
parent
1b9dc59918
commit
1e60ea76db
@ -357,7 +357,6 @@ QSA_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
|
|||||||
if (this->hidden == NULL) {
|
if (this->hidden == NULL) {
|
||||||
return SDL_OutOfMemory();
|
return SDL_OutOfMemory();
|
||||||
}
|
}
|
||||||
SDL_zerop(this->hidden);
|
|
||||||
|
|
||||||
/* Initialize channel transfer parameters to default */
|
/* Initialize channel transfer parameters to default */
|
||||||
QSA_InitAudioParams(&cparams);
|
QSA_InitAudioParams(&cparams);
|
||||||
|
Loading…
Reference in New Issue
Block a user