remove a pointless NULL check from i_img_destroy()
authorTony Cook <tony@develop-help.com>
Sun, 3 Feb 2019 08:44:15 +0000 (19:44 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 3 Feb 2019 08:44:15 +0000 (19:44 +1100)
commit37fa578cf9b62a8ac21dde46b2d1d992a64b8148
tree4dbe0151a50168c33bd6419ff279ca67b294b8ee
parent8a4aa99f62eb82655b435dcd1d7dbd928474d999
remove a pointless NULL check from i_img_destroy()

i_img_destroy() access the pointer twice before the check.
image.c