Author :
Ran Benita
Date :
2014-10-13 18:51:12
Hash :a3116f97 Message :compose/parser: fix segfault when including
The keysym cache for the new scanner was not initialized.
To avoid such errors also in the future, require passing the priv
argument in scanner_init(), instead of initializing it separately.
Signed-off-by: Ran Benita <ran234@gmail.com>