Don't use memset(3) after `GC_MALLOC ()' calls.
authorLudovic Courtès <ludo@gnu.org>
Mon, 26 Oct 2009 09:25:38 +0000 (10:25 +0100)
committerLudovic Courtès <ludo@gnu.org>
Mon, 26 Oct 2009 09:25:38 +0000 (10:25 +0100)
commitb1f6293e98768f1efedde848520812fc97dea294
tree20727f0e18a36e6c1c71d3a59efdc41961c08ad3
parent9a9e0d6d5e70ecf959bcedf6e172e569c5339d17
Don't use memset(3) after `GC_MALLOC ()' calls.

* libguile/gc-malloc.c (scm_gc_calloc): Don't use memset(3) as it's not
  needed.  Reported by Andy Wingo.
libguile/gc-malloc.c