GNOME Bugzilla – Bug 606447
Initialize structure fields to 0
Last modified: 2010-01-08 20:35:31 UTC
Created attachment 151061 [details] [review] Initialize structure fields to 0 when allocating Structure fields should be initialized to 0 when the memory chunk is allocated in the constructor. This is necessary if we want to make the creation of structures containing pointers possible.
Review of attachment 151061 [details] [review]: Thanks!
Review of attachment 151061 [details] [review]: Committed as b11cf25