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)
At the beginning of the class init function, the entire private
struct is filled with 0 bytes.


No differences found