input: fix possible crash in printing key combo names
commit353ccc3b33412ac9c7db943975a912db959e2070
authorwm4 <wm4@nowhere>
Tue, 19 Mar 2013 12:02:42 +0000 (19 13:02 +0100)
committerUoti Urpala <uau@mplayer2.org>
Tue, 19 Mar 2013 13:24:53 +0000 (19 15:24 +0200)
treeca221ddf850d9f103607d6310c84fe824c62bea9
parentee3c948fe1643ad41f748cfa5ace7560d9cc1394
input: fix possible crash in printing key combo names

The code didn't update a pointer when address could change after
reallocation. Probably rarely happened in practice.
input/input.c