projects
/
platform
/
upstream
/
at-spi2-atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a9c9b5
)
Initialize error before using.
author
Mike Gorse
<mgorse@boston.site>
Tue, 21 Apr 2009 14:07:18 +0000
(09:07 -0500)
committer
Mike Gorse
<mgorse@boston.site>
Tue, 21 Apr 2009 14:07:18 +0000
(09:07 -0500)
dbind/dbtest.c
patch
|
blob
|
history
diff --git
a/dbind/dbtest.c
b/dbind/dbtest.c
index 8203c275c541b34b3efc51670d8ba08e203410b9..d00486a497fdfae409a7e6294580a06d6f9c1bb0 100644
(file)
--- a/
dbind/dbtest.c
+++ b/
dbind/dbtest.c
@@
-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 ();