chiark / gitweb /
libsystemd: fix compiler warning in property_get_set_callbacks_run()
[elogind.git] / src / libsystemd / sd-bus / bus-objects.c
index 85800cb348525f49a39a08aa07a367de7673ac15..7d325fab33a3b1daf9ba242418af7bee625cfe46 100644 (file)
@@ -527,7 +527,7 @@ static int property_get_set_callbacks_run(
 
         _cleanup_bus_error_free_ sd_bus_error error = SD_BUS_ERROR_NULL;
         _cleanup_bus_message_unref_ sd_bus_message *reply = NULL;
-        void *u;
+        void *u = NULL;
         int r;
 
         assert(bus);