symbols: remove useless grow_alloc of keys array
authorRan Benita <ran234@gmail.com>
Fri, 14 Sep 2012 18:53:27 +0000 (21:53 +0300)
committerRan Benita <ran234@gmail.com>
Fri, 14 Sep 2012 18:53:27 +0000 (21:53 +0300)
commitc53122cb96d529168eff3934eeb6333636d019f6
tree9e46f8b645f322a881615e4b62aba1c264788f19
parent9a27ac725399ca0746dd640b2d97a7b18cac97e9
symbols: remove useless grow_alloc of keys array

This just does a big, mostly too big, allocation to save about a dozen
malloc calls. Remove it.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/xkbcomp/symbols.c