]> granicus.if.org Git - neomutt/commit
refactor malloc/calloc
authorRichard Russon <rich@flatcap.org>
Thu, 26 Oct 2017 15:32:41 +0000 (16:32 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 7 Nov 2017 13:48:46 +0000 (13:48 +0000)
commitb6bfab9bc3accff87ef8fd206bfafda35e2bc442
treec2df72d8a8f6094d08dc0b198b76e478711c343e
parentf0404ff60b72e9545ad09e8033e27743c90be81d
refactor malloc/calloc

Replace a malloc() and repeated memset()s with a single calloc().
pager.c