Fix missing NULL argument to g_strconcat.
[platform/upstream/at-spi2-core.git] / registryd / registry-main.c
index c9c5758..083de19 100644 (file)
@@ -98,7 +98,7 @@ kill_accessibility_bus ()
   home = getenv ("HOME");
   if (!home)
     return;
-  name = g_strconcat (home, "/", ".atspi-dbus-bus.pid");
+  name = g_strconcat (home, "/", ".atspi-dbus-bus.pid", NULL);
   if (!name)
     return;