Code

lyrics: g_new() cannot fail, don't check
authorMax Kellermann <max@duempel.org>
Fri, 12 Dec 2008 15:00:45 +0000 (16:00 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 12 Dec 2008 15:00:45 +0000 (16:00 +0100)
commitcd533fcc84eb1b925c0165d3fb357cbd7845921a
tree9483cc79a4f9c5c43867a1d6c154b2ce9b82d612
parent0f32dbe7603ae08ed94a911887ec748892932682
lyrics: g_new() cannot fail, don't check

g_new() aborts the program when the kernel runs out of memory.
src/lyrics.c