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() {
|
||||
if (gamemode_proxy) gamemode_proxy->unreference();
|
||||
if (gamemode_proxy) gamemode_proxy.reset();
|
||||
if (gamemodeWatcher_id > 0) {
|
||||
Gio::DBus::unwatch_name(gamemodeWatcher_id);
|
||||
gamemodeWatcher_id = 0;
|
||||
|
|
Loading…
Reference in New Issue