]> git.sur5r.net Git - i3/i3/commit
do not check for NULL in FREE macro 3058/head
authorDaniel Mueller <deso@posteo.net>
Thu, 23 Nov 2017 23:41:33 +0000 (15:41 -0800)
committerDaniel Mueller <deso@posteo.net>
Thu, 23 Nov 2017 23:41:33 +0000 (15:41 -0800)
commit865bd462b4d71c6e0d5edcae148a5b6a6c208ffb
tree1d48c9b5db807477bead08c471e66b4051bf3c84
parent362cbe6c5fa3520317a378466902dd43043f123a
do not check for NULL in FREE macro

free(3) is safe to invoke on a NULL pointer, in which case no action is
taken. This change adjusts the FREE macros to omit this unnecessary
check.
i3-config-wizard/main.c
i3-input/i3-input.h
i3-nagbar/i3-nagbar.h
i3bar/include/util.h
include/util.h