summaryrefslogtreecommitdiff
path: root/core/upb_stream_vtbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/upb_stream_vtbl.h')
-rw-r--r--core/upb_stream_vtbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/upb_stream_vtbl.h b/core/upb_stream_vtbl.h
index 52172d2..ba2670e 100644
--- a/core/upb_stream_vtbl.h
+++ b/core/upb_stream_vtbl.h
@@ -88,6 +88,7 @@ struct upb_bytesrc {
INLINE void upb_src_init(upb_src *s, upb_src_vtable *vtbl) {
s->vtbl = vtbl;
s->eof = false;
+ upb_status_init(&s->status);
#ifndef DEBUG
// TODO: initialize debug-mode checking.
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback