Commits


Mina Farid authored and GitHub committed b97fd69aae5
Avoid closing unintialized substreams (#1411) * A substream should not be closed if pb_make_string_substream() failed to create it and returned false. * Fixed a potential wrong error message.