mirror of https://github.com/encounter/SDL.git
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) {
|
||||
return SDL_OutOfMemory();
|
||||
}
|
||||
SDL_zerop(this->hidden);
|
||||
|
||||
/* Initialize channel transfer parameters to default */
|
||||
QSA_InitAudioParams(&cparams);
|
||||
|
|
Loading…
Reference in New Issue