Add NULL check to fix crash when receiving a dbus reply after cleanup
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / bridge.c
index 9683e18..b016da6 100644 (file)
@@ -88,6 +88,9 @@ tally_event_reply ()
 {
   static int replies_received = 0;
 
+  if (!spi_global_app_data)
+    return;
+
   replies_received++;
   if (replies_received == 3)
   {