Commit Graph

1 Commits

Author SHA1 Message Date
Ting-Yu Wang ba6de21539 Fix not calling decRef on merged segments
This code path is for outgoing packets, and we don't currently do memory
accounting on this path. So it wasn't breaking anything.

This change did not add a test for ref-counting issue fixed, but will switch to
the leak-checking ref-counter later when all ref-counting issues are fixed.

PiperOrigin-RevId: 373447913
2021-05-12 14:12:38 -07:00