selinux: properly free dbus error

This commit is contained in:
Lennart Poettering 2012-10-03 11:36:57 -04:00
parent 0b6018f3d9
commit a9e51d5752
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ static int get_calling_context(
return r;
log_debug("bus_get_selinux_security_context failed %m");
dbus_error_free(error);
}
if (!dbus_connection_get_unix_fd(connection, &fd)) {