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>
Mon, 9 Sep 2013 04:12:00 +0000 (21:12 -0700)
commit41d8af5945b52368aef20ce2cf272c5a327c57e1
tree265e846bb57eaa74dca4a32974ea08054f4f1ff7
parent00bc4b6d70bd54eff4cf66bb105d4cd1d1df8907
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