From d9b8544fd437aaed14091c6642fb7da19e146b34 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Tue, 23 Jul 2013 17:30:56 -0700
Subject: [PATCH] SH-4366 FIX: Interesting Viewer Crashes when opening
 Statistics floater

---
 indra/llui/llstatbar.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llui/llstatbar.cpp b/indra/llui/llstatbar.cpp
index 7f1632b48b0..d9f4a36f8de 100755
--- a/indra/llui/llstatbar.cpp
+++ b/indra/llui/llstatbar.cpp
@@ -150,6 +150,7 @@ LLStatBar::LLStatBar(const Params& p)
 	mMinBar(llmin(p.bar_min, p.bar_max)),
 	mMaxBar(llmax(p.bar_max, p.bar_min)),
 	mCurMaxBar(p.bar_max),
+    mCurMinBar(0),
 	mDecimalDigits(p.decimal_digits),
 	mNumFrames(p.num_frames),
 	mMaxHeight(p.max_height),
-- 
GitLab