diff options
Diffstat (limited to 'linden/indra/llimage/llimage.cpp')
-rw-r--r-- | linden/indra/llimage/llimage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llimage/llimage.cpp b/linden/indra/llimage/llimage.cpp index 776c481..e933750 100644 --- a/linden/indra/llimage/llimage.cpp +++ b/linden/indra/llimage/llimage.cpp | |||
@@ -57,7 +57,7 @@ LLMutex* LLImage::sMutex = NULL; | |||
57 | //static | 57 | //static |
58 | void LLImage::initClass(const bool& useDSO) | 58 | void LLImage::initClass(const bool& useDSO) |
59 | { | 59 | { |
60 | sMutex = new LLMutex(NULL); | 60 | sMutex = new LLMutex; |
61 | if (useDSO) | 61 | if (useDSO) |
62 | { | 62 | { |
63 | LLImageJ2C::openDSO(); | 63 | LLImageJ2C::openDSO(); |