Author: emaste
Date: Thu Apr 23 20:26:22 2015
New Revision: 281901
URL: https://svnweb.freebsd.org/changeset/base/281901
Log:
Revert r281889, it broke keyboard input
Modified:
head/sys/dev/kbdmux/kbdmux.c
Modified: head/sys/dev/kbdmux/kbdmux.c
==============================================================================
--- head/sys/dev/kbdmux/kbdmux.c Thu Apr 23 19:50:22 2015
(r281900)
+++ head/sys/dev/kbdmux/kbdmux.c Thu Apr 23 20:26:22 2015
(r281901)
@@ -472,11 +472,6 @@ kbdmux_init(int unit, keyboard_t **kbdp,
KBDMUX_UNLOCK(state);
}
- if (needfree) {
- free(accmap, M_KBDMUX);
- free(fkeymap, M_KBDMUX);
- free(keymap, M_KBDMUX);
- }
return (0);
bad:
if (needfree) {
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"