Skip to content

Commit

Permalink
Fix memory leak in ibus_input_context_process_key_event by Fujiwarat
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Sep 6, 2010
1 parent 85565b7 commit 888189e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ibusinputcontext.c
Expand Up @@ -775,6 +775,10 @@ _process_key_event_reply_cb (IBusPendingCall *pending,
call_data->keycode,
call_data->state | IBUS_FORWARD_MASK);
}

if (reply_message != NULL) {
dbus_message_unref (reply_message);
}
}

static void
Expand Down

0 comments on commit 888189e

Please sign in to comment.