mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Fixed crash if dbus is not accesible
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
8cea4c2418
commit
3fa41891cf
@ -150,7 +150,7 @@ static int log_error(const char *fmt, ...)
|
|||||||
|
|
||||||
static void hop_off_the_bus(DBusConnection **bus)
|
static void hop_off_the_bus(DBusConnection **bus)
|
||||||
{
|
{
|
||||||
if (bus == NULL)
|
if (bus == NULL || *bus == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
dbus_connection_unref(*bus);
|
dbus_connection_unref(*bus);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user