fixed memory corruption
This commit is contained in:
@@ -217,7 +217,6 @@ void Emojis::loadEmojiSet()
|
||||
auto app = getApp();
|
||||
|
||||
getSettings()->emojiSet.connect([=](const auto &emojiSet, auto) {
|
||||
log("Using emoji set {}", emojiSet);
|
||||
this->emojis.each([=](const auto &name,
|
||||
std::shared_ptr<EmojiData> &emoji) {
|
||||
QString emojiSetToUse = emojiSet;
|
||||
|
||||
@@ -46,8 +46,6 @@ void TwitchBadges::loadTwitchBadges()
|
||||
// "title"
|
||||
// "clickAction"
|
||||
|
||||
log("{} {}", key, vIt.key());
|
||||
|
||||
(*badgeSets)[key][vIt.key()] = std::make_shared<Emote>(emote);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user