Avoid using invalid iterator in LLNotifications::getChannel if channel is not found.
This commit is contained in:
@@ -1094,6 +1094,7 @@ LLNotificationChannelPtr LLNotifications::getChannel(const std::string& channelN
|
|||||||
if(p == mChannels.end())
|
if(p == mChannels.end())
|
||||||
{
|
{
|
||||||
llerrs << "Did not find channel named " << channelName << llendl;
|
llerrs << "Did not find channel named " << channelName << llendl;
|
||||||
|
return LLNotificationChannelPtr();
|
||||||
}
|
}
|
||||||
return p->second;
|
return p->second;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user