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>
Sat, 31 Aug 2013 23:54:13 +0000 (16:54 -0700)
commitb951fbd6940c1afcc4a36c18b0b009abfeebcdf3
treea890897f3bc302ccd062b73717d02cff02dc6154
parent154539c83ad6de20040933aa2d8a9b1f72a0e428
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