97cabadb880d3d5870acf7f2a7c983c568870b4c
If alcOpenDevice( NULL ) is NULL, then context is never assigned a value, and it's pointless to ask for it in the next "if". But as the ALCcontext that context points to doesn't seem to be fully defined (OpenAL bug), valgrind still complains ... Erik Hofman: Extend this some further and define context=0 otherwise and check for context != 0 before using it.
[ Nothing here at this time. ]
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%