No need to initialize private struct members to 0
authorPhilip Chimento <philip.chimento@gmail.com>
Wed, 21 Aug 2013 01:57:36 +0000 (18:57 -0700)
committerPhilip Chimento <philip.chimento@gmail.com>
Wed, 4 Sep 2013 02:31:53 +0000 (19:31 -0700)
commitb4d0cc30b6c603148c7f74d23d5afde542e57f79
tree8a4144cf7b3b714946cc17efb6958b1c32831b88
parent6bba459760ee91b87c2decfdb3d5b346ef3836b1
No need to initialize private struct members to 0

At the beginning of the class init function, the entire private
struct is filled with 0 bytes.
libchimara/chimara-glk.c
libchimara/chimara-if.c