add free_field as standard for struct field
authorPhilipp Takacs <philipp@bureaucracy.de>
Thu, 26 Nov 2015 22:24:18 +0000 (23:24 +0100)
committerPhilipp Takacs <philipp@bureaucracy.de>
Fri, 27 Nov 2015 01:01:17 +0000 (02:01 +0100)
this is a easy way to initializ a struct field. ``{{0}}''
can lead to bugs, because NULL is not necesary ``((void *)0)''


No differences found