sdl: remove NULL check, g_malloc0 can't fail
authorAlon Levy <alevy@redhat.com>
Fri, 24 Feb 2012 21:19:26 +0000 (23:19 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Feb 2012 08:46:51 +0000 (09:46 +0100)
commit63ea491d4efc1e02cda3d335db3a46c81adf14ee
tree0faed8402764dc4f64bf5cab58436df287b9a712
parentbb5a8cd5b0aec0286c5e749803083de22c2b0be6
sdl: remove NULL check, g_malloc0 can't fail

Signed-off-by: Alon Levy <alevy@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/sdl.c