summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-03 19:06:06 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-03 19:06:06 +0000
commitc0422e1c6c44c65c8844631430747d798be16879 (patch)
treef2f26fc10f9d86a020b02a966a0ebf9d4323244b
parenta4aca0ba1c3efc4ddb9e01a332d3a9c1f16e49d0 (diff)
CID-284
Checker: UNINIT_CTOR Function: MediaPluginWebKit::MediaPluginWebKit(void (*)(const char *, void **), void *) File: /indra/media_plugins/webkit/media_plugin_webkit.cpp
-rw-r--r--indra/media_plugins/webkit/media_plugin_webkit.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/media_plugins/webkit/media_plugin_webkit.cpp b/indra/media_plugins/webkit/media_plugin_webkit.cpp
index 42d680ade6..3c24b4ed22 100644
--- a/indra/media_plugins/webkit/media_plugin_webkit.cpp
+++ b/indra/media_plugins/webkit/media_plugin_webkit.cpp
@@ -608,6 +608,9 @@ MediaPluginWebKit::MediaPluginWebKit(LLPluginInstance::sendMessageFunction host_
mLastMouseX = 0;
mLastMouseY = 0;
mFirstFocus = true;
+ mBackgroundR = 0.0f;
+ mBackgroundG = 0.0f;
+ mBackgroundB = 0.0f;
}
MediaPluginWebKit::~MediaPluginWebKit()