mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Merge pull request #133 from gicmo/lib_bus_leak
lib: release acquired bus reference
This commit is contained in:
commit
001a69f565
@ -92,6 +92,7 @@ static int gamemode_request(const char *function, int arg)
|
||||
strerror(-ret));
|
||||
}
|
||||
}
|
||||
sd_bus_unref(bus);
|
||||
}
|
||||
|
||||
return result;
|
||||
|
Loading…
x
Reference in New Issue
Block a user