]> granicus.if.org Git - neomutt/commit
memory: return NULL, not 0
authorAustin Ray <austin@austinray.io>
Fri, 29 Mar 2019 00:09:37 +0000 (20:09 -0400)
committerRichard Russon <rich@flatcap.org>
Fri, 29 Mar 2019 11:26:56 +0000 (11:26 +0000)
commita6a401661d7b9d2cf2685f57428b22a82f0646b7
treebe046f0a272167d322beaad5d5c8af45b15d504f
parent55c95547e5861afce7f2d331fc9340b2b21892cd
memory: return NULL, not 0

mutt_mem_free() should return NULL, instead of 0, to match code style[0]

[0] https://neomutt.org/dev/coding-style#distinguish-between-0-and-null
mutt/memory.c