Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9455a4e7 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

Revert "ANDROID: keychord: Fix for a memory leak in keychord."

This reverts commit 72a8dae2.

Remove keychord driver, replaced in user space by
https://android-review.googlesource.com/c/677629

.

Signed-off-by: default avatarMark Salyzyn <salyzyn@google.com>
Bug: 64114943
Bug: 64483974
Bug: 129556081
Change-Id: I4191a02aa70f3c4eb517b9a0ec092380b90130b4
parent b006044a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -432,7 +432,6 @@ static int keychord_release(struct inode *inode, struct file *file)

	if (kdev->registered)
		input_unregister_handler(&kdev->input_handler);
	kfree(kdev->keychords);
	kfree(kdev);

	return 0;