diff --git a/src/audio/openslES/SDL_openslES.c b/src/audio/openslES/SDL_openslES.c index 606d36ee4..d271724db 100644 --- a/src/audio/openslES/SDL_openslES.c +++ b/src/audio/openslES/SDL_openslES.c @@ -83,7 +83,7 @@ static SLObjectItf outputMixObject; /* buffer queue player interfaces */ static SLObjectItf bqPlayerObject; -static SLPlayItf bqPlayerPlay; +static SLPlayItf bqPlayerPlay = NULL; static SLAndroidSimpleBufferQueueItf bqPlayerBufferQueue; #if 0 static SLVolumeItf bqPlayerVolume;