Explorar el Código

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

Philipp Wiesemann hace 8 años
padre
commit
1e60ea76db
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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);