]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: lua: remove unneeded memset(0) after calloc()
authorWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 23:33:24 +0000 (01:33 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 25 Sep 2015 23:33:24 +0000 (01:33 +0200)
commit7a4501757f38de0c9cfbe75d8a7034fa3f819367
treee2e903d18717b63895644b72ea330ae4521712d4
parent3c7a77c0e70f7839fee7f8c6f022cc9c75b13d28
CLEANUP: lua: remove unneeded memset(0) after calloc()

No need for these memset() anymore, since calloc() was put there
to avoid them.
src/hlua.c