commit | 3ba483a6ce34f5c2335c6c53c921f85992eb58c6 | [log] [tgz] |
---|---|---|
author | Nicolas Lacasse <nlacasse@google.com> | Thu Jun 02 15:12:35 2016 -0700 |
committer | Nicolas Lacasse <nlacasse@google.com> | Thu Jun 02 23:42:12 2016 +0000 |
tree | 50a220ba18997427c7d2c5f1467628070460be3a | |
parent | 7502400cfa03a524b7948335907055ae2c6ba616 [diff] |
syncbase: Fix memory leak in ReadBatchFromLog ReadBatchFromLog iterates through a stream. In the event that it stops Advancing before the stream is done, we must call stream.Cancel(), otherwise the stream is never closed. Change-Id: I386dfdad49ddf84407f1ca09564011bf0afd1120
This repository contains a reference implementation of the Vanadium APIs.
Unlike the APIs in https://github.com/vanadium/go.v23, which promises to provide backward compatibility this repository makes no such promises.