1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00

bus-proxyd: init cleanup variable

This commit is contained in:
Kay Sievers 2013-12-23 19:16:49 +01:00
parent 98531b5762
commit 94a6ce5b7c

View File

@ -461,7 +461,7 @@ int main(int argc, char *argv[]) {
log_debug("Failed to rename process: %s", strerror(-r));
if (a->is_kernel) {
_cleanup_free_ char *match;
_cleanup_free_ char *match = NULL;
const char *unique;
r = sd_bus_get_unique_name(a, &unique);