Files
frameworks_base/core/java/android/inputmethodservice
Henrik Baard 857cdff078 Memory leak in IInputMethodSessionWrapper executeMessage
In some cases the executeMessage is called with
mInputMethodSession == null. For the messages

DO_UPDATE_SELECTION, DO_APP_PRIVATE_COMMAND

memory is leaked. This commit recycles the args freeing
the allocated memory.
2013-08-11 10:23:59 +02:00
..
2012-01-13 16:23:35 -08:00