Merge pull request #5115 from jaschiu/jaschiu-patch-1

fix(tray): segfault due to use-after-free from iterating children
This commit is contained in:
Alexis Rouillard
2026-07-04 01:42:36 +02:00
committed by GitHub
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -28,6 +28,7 @@ class Tray : public AModule {
SNI::Watcher::singleton watcher_;
std::vector<std::string> ignore_list_;
SNI::Host host_;
std::vector<Item*> items_;
};
} // namespace waybar::modules::SNI