summaryrefslogtreecommitdiff
path: root/src/upb_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_decoder.c')
-rw-r--r--src/upb_decoder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upb_decoder.c b/src/upb_decoder.c
index 3107f77..9ae3659 100644
--- a/src/upb_decoder.c
+++ b/src/upb_decoder.c
@@ -68,6 +68,7 @@ static bool upb_pullbuf(upb_decoder *d) {
d->ptr = upb_string_getrobuf(d->bufstr);
d->end = d->buf + upb_string_len(d->bufstr);
d->jit_end = d->end - 20;
+ upb_string_recycle(&d->tmp);
upb_string_substr(d->tmp, d->bufstr, 0, 0);
upb_dstate_setmsgend(d);
return true;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback