Socket's implementation of ref_state_set to return empty sets instead of NULL
[platform/core/uifw/at-spi2-atk.git] / dbind / dbtest.c
index 8203c27..d00486a 100644 (file)
@@ -391,6 +391,8 @@ int main (int argc, char **argv)
     DBusConnection *bus;
     DBusError err;
 
+    dbus_error_init (&err);
+
     bus = dbus_bus_get (DBUS_BUS_SESSION, &err);
 
     test_helpers ();