Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: touch() buffer when detach()ing
Detachable lets a buffer outlive its original lifetime. The new lifetime is application-controlled. If the application fails to read/close the stream, then the leak detector wouldn't make clear what code was responsible for the buffer's lifetime. With this touch, we'll be able to see detach() was called and thus know the application needs debugging. Realized when looking at b/364531464, although I think the issue is unrelated.
- Loading branch information