qnx: Removed unnecessary call to SDL_zerop() after SDL_calloc().

This commit is contained in:
Philipp Wiesemann 2017-05-28 21:50:27 +02:00
parent 1b9dc59918
commit 1e60ea76db

View File

@ -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);