commit | 5c1e1604ff9637630a7338392e37ba9d3fc2b359 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Sep 08 13:26:56 2023 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Sep 08 13:34:19 2023 -0700 |
tree | f6139e0b9d68fc49224faf24a074ada918198b53 | |
parent | 9caa64de9ce05305682e97057962fced2b5d7be7 [diff] |
network_manager: Explicitly capture references in cb We were accidentally capturing a reference to a stack variable and not guaranteeing that we have an unmoving reference to the object being referenced in the callback. Change-Id: Ib16d264a5a1170ac6d11979d32800dce90a11a33 Signed-off-by: William A. Kennington III <wak@google.com>