]> git.sur5r.net Git - i3/i3/commit
Bugfix: realloc() with size == 0 works like free() and returns NULL, so don’t die()
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 18:43:08 +0000 (20:43 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 3 Aug 2011 18:43:08 +0000 (20:43 +0200)
commite616b45c835b72034cd816e9d43e5c3a044f259f
treef2249492bf8f966bb230734acab419ae1b45f3be
parent192dbdabd6ab02d1afb994a73ba389eacaae8c95
Bugfix: realloc() with size == 0 works like free() and returns NULL, so don’t die()
src/util.c