mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Merge pull request #1740 from ErikReider/gamemode-segfault-fix
This commit is contained in:
commit
1374b0fce4
@ -109,7 +109,7 @@ Gamemode::Gamemode(const std::string& id, const Json::Value& config)
|
|||||||
}
|
}
|
||||||
|
|
||||||
Gamemode::~Gamemode() {
|
Gamemode::~Gamemode() {
|
||||||
if (gamemode_proxy) gamemode_proxy->unreference();
|
if (gamemode_proxy) gamemode_proxy.reset();
|
||||||
if (gamemodeWatcher_id > 0) {
|
if (gamemodeWatcher_id > 0) {
|
||||||
Gio::DBus::unwatch_name(gamemodeWatcher_id);
|
Gio::DBus::unwatch_name(gamemodeWatcher_id);
|
||||||
gamemodeWatcher_id = 0;
|
gamemodeWatcher_id = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user