Author :
Ran Benita
Date :
2012-03-31 02:30:33
Hash :7a7ec9b1 Message :Avoid leak in CompileKeymap error path
The NULL check is unneeded, and prevented the atoms from being free'd.
Signed-off-by: Ran Benita <ran234@gmail.com>
[daniels: Updated for xkb_map_unref.]