Initialize also extension fields to defaults in pb_decode().
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Fri, 26 Dec 2014 21:13:07 +0000 (23:13 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Fri, 26 Dec 2014 21:27:35 +0000 (23:27 +0200)
commit500883048860cc98745d69ae1d16d85523cd5291
tree6ca5043e99f1f5326c55ecc716e43e192285ff47
parent58643217b1fa3eaf05768fabffac709cc8f277e8
Initialize also extension fields to defaults in pb_decode().

This makes the behaviour more consistent with non-extension fields,
and also makes sure that all 'found' fields of extensions are initially
false.
pb_decode.c