From: Kay Sievers Date: Mon, 23 Dec 2013 18:16:49 +0000 (+0100) Subject: bus-proxyd: init cleanup variable X-Git-Tag: v209~685 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94a6ce5b7c0ef1de16d67ef01374cbc08459d29e;p=thirdparty%2Fsystemd.git bus-proxyd: init cleanup variable --- diff --git a/src/bus-proxyd/bus-proxyd.c b/src/bus-proxyd/bus-proxyd.c index 3b6e3399bbb..a425fd2facf 100644 --- a/src/bus-proxyd/bus-proxyd.c +++ b/src/bus-proxyd/bus-proxyd.c @@ -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);