summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lib/elementary/elm_atspi_bridge.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elementary/elm_atspi_bridge.c b/src/lib/elementary/elm_atspi_bridge.c
index f9589a6ee4..e1dc3ef241 100644
--- a/src/lib/elementary/elm_atspi_bridge.c
+++ b/src/lib/elementary/elm_atspi_bridge.c
@@ -4707,6 +4707,8 @@ _elm_atspi_bridge_key_filter(void *data, void *loop EINA_UNUSED, int type, void
if (!eldbus_message_arguments_get(reply, "b", &ret))
ERR("Invalid answer signature");
+ eldbus_message_unref(reply);
+
if (ret)
return EINA_FALSE;