Fix crash if periodic av metric update happens after disconnect.

This commit is contained in:
Shyotl
2013-02-19 21:54:35 -06:00
parent 8d09539fcc
commit beeef8d5b9
3 changed files with 11 additions and 6 deletions

View File

@@ -380,7 +380,7 @@ public:
};
LLTimer mTimeSinceLastRezMessage;
bool updateAvatarRezMetrics(bool force_send);
static bool updateAvatarRezMetrics(bool force_send);
std::vector<LLSD> mPendingTimerRecords;
void addMetricsTimerRecord(const LLSD& record);