Skip to content

Commit

Permalink
qnx: Removed unnecessary call to SDL_zerop() after SDL_calloc().
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 28, 2017
1 parent 1b9dc59 commit 1e60ea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/audio/qsa/SDL_qsa_audio.c
Expand Up @@ -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);
Expand Down

0 comments on commit 1e60ea7

Please sign in to comment.