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:
4a93eda
)
Fix another crash when we're initialized/shut down repeatedly
author
Mike Gorse
<mgorse@suse.com>
Tue, 9 Jul 2013 17:45:20 +0000
(12:45 -0500)
committer
Mike Gorse
<mgorse@suse.com>
Tue, 9 Jul 2013 17:45:20 +0000
(12:45 -0500)
atk-adaptor/bridge.c
patch
|
blob
|
history
diff --git
a/atk-adaptor/bridge.c
b/atk-adaptor/bridge.c
index
e59c834
..
5bcd630
100644
(file)
--- a/
atk-adaptor/bridge.c
+++ b/
atk-adaptor/bridge.c
@@
-106,7
+106,7
@@
get_events_reply (DBusPendingCall *pending, void *user_data)
DBusMessage *reply = dbus_pending_call_steal_reply (pending);
DBusMessageIter iter, iter_array, iter_struct;
- if (!reply)
+ if (!reply
|| !spi_global_app_data
)
goto done;
if (strcmp (dbus_message_get_signature (reply), "a(ss)") != 0)