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)
commitf1b46bdaac18ec17477b3383a4827e41935396bd
treec2af0eee618ab480696d82d78da79bf6a660f03f
parent843ac6b5d199d6c93c011a9ad6c70b41f298ada7
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.

svn path=/trunk/; revision=2818
ChangeLog
pango/opentype/harfbuzz-impl.c