diff options
author | René Scharfe <l.s.r@web.de> | 2014-07-19 15:56:26 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-07-21 10:30:21 -0700 |
commit | 51a60f5bfbaf1ee7c7a2d2b73eca4f042f7af8cb (patch) | |
tree | 8a5a3866741eca992c4555687305c9246fe20eea /connect.c | |
parent | ebc5da3208824e25a89672a3b91bd13629b215fe (diff) | |
download | git-51a60f5bfbaf1ee7c7a2d2b73eca4f042f7af8cb.tar.gz |
use xcalloc() to allocate zero-initialized memory
Use xcalloc() instead of xmalloc() followed by memset() to allocate
and zero out memory because it's shorter and avoids duplicating the
function parameters.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connect.c')
0 files changed, 0 insertions, 0 deletions