Use calloc(), instead of malloc()ing and memset()ing.
authorBehdad Esfahbod <behdad@gnome.org>
Thu, 29 Jan 2009 09:19:56 +0000 (09:19 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Thu, 29 Jan 2009 09:19:56 +0000 (09:19 +0000)
commit9372edd6f020c92609853609dcb504c72551c9c3
tree9a82bcbf137c0877247ddae76face204aba8f34c
parent94c21d26ba878b3168a21f2e76f02bc52e8fe6fd
Use calloc(), instead of malloc()ing and memset()ing.

2009-01-29  Behdad Esfahbod  <behdad@gnome.org>

        * pango/opentype/harfbuzz-impl.c (_hb_alloc): Use calloc(),
        instead of malloc()ing and memset()ing.
src/harfbuzz-impl.c