Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2003-07-01 04:53:26 +0400
committerChris Want <cwant@ualberta.ca>2003-07-01 04:53:26 +0400
commit14b4ed4e8dd15ebbc05fa3947e983d5e6bbc7fc8 (patch)
treed9b63c8286ee891a5dd3cbe78713fb498f68abbb /intern
parentcee677699fb14a4fada8aa510291af6c01c093db (diff)
Jacques patch for initializing m_context as NULL
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/openal/SND_OpenALDevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/SoundSystem/openal/SND_OpenALDevice.cpp b/intern/SoundSystem/openal/SND_OpenALDevice.cpp
index 0050c9eb56a..b391680a922 100644
--- a/intern/SoundSystem/openal/SND_OpenALDevice.cpp
+++ b/intern/SoundSystem/openal/SND_OpenALDevice.cpp
@@ -213,6 +213,7 @@ SND_OpenALDevice::SND_OpenALDevice()
else
m_audio = true;
+ m_context = NULL;
m_buffersinitialized = false;
m_sourcesinitialized = false;