mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 07:52:57 -05:00
qnx: Removed unnecessary call to SDL_zerop() after SDL_calloc().
This commit is contained in:
parent
c5ca51cc03
commit
ec1c016ea0
|
|
@ -357,7 +357,6 @@ QSA_OpenDevice(_THIS, void *handle, const char *devname, int iscapture)
|
|||
if (this->hidden == NULL) {
|
||||
return SDL_OutOfMemory();
|
||||
}
|
||||
SDL_zerop(this->hidden);
|
||||
|
||||
/* Initialize channel transfer parameters to default */
|
||||
QSA_InitAudioParams(&cparams);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user