]> git.mxchange.org Git - simgear.git/commit
Melchior FRANZ:
authorehofman <ehofman>
Thu, 27 Jan 2005 10:47:09 +0000 (10:47 +0000)
committerehofman <ehofman>
Thu, 27 Jan 2005 10:47:09 +0000 (10:47 +0000)
commit97cabadb880d3d5870acf7f2a7c983c568870b4c
treea74ae334c2fe9e0ac2b98d866f9e9e77f3eefb28
parent8e284a70b7cca7d1e8e74b4cf2a54a2754ea8512
Melchior FRANZ:

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.
simgear/sound/soundmgr_openal.cxx