From: Philip Chimento Date: Wed, 21 Aug 2013 01:57:36 +0000 (-0700) Subject: No need to initialize private struct members to 0 X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=41d8af5945b52368aef20ce2cf272c5a327c57e1;hp=41d8af5945b52368aef20ce2cf272c5a327c57e1;p=projects%2Fchimara%2Fchimara.git 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. ---