diff options
| -rw-r--r-- | indra/llui/llnotifications.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp index 7405413a3d..6fc9b90fb8 100644 --- a/indra/llui/llnotifications.cpp +++ b/indra/llui/llnotifications.cpp @@ -1251,7 +1251,8 @@ LLNotifications::LLNotifications()  void LLNotifications::clear()  { -   mDefaultChannels.clear(); +    mDefaultChannels.clear(); +    mTemplates.clear();  }  // The expiration channel gets all notifications that are cancelled | 
