diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-03-27 18:02:19 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-27 18:02:19 +0200 | 
| commit | 7d5a5e939a7427fb0cabc99e10f75d7d99c5f133 (patch) | |
| tree | 8d81b86161aab131843ddaadb24c5e007106c331 /indra | |
| parent | 134807e5004a7140b532b0eabe0f854d7eac2f47 (diff) | |
#3820 crash at LLNotificationTemplate
Diffstat (limited to 'indra')
| -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 | 
