Browse Source

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

Philipp Wiesemann 8 years ago
parent
commit
1e60ea76db
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/audio/qsa/SDL_qsa_audio.c

+ 0 - 1
src/audio/qsa/SDL_qsa_audio.c

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