DescriptionDo not leak when iterator outlives disk cache backend.
The blockfile cache was previously allocating a Rankings::Iterator
object in its enumeration code which was not being freed if the
backend was destroyed before the iterator. This change ensures
that no memory is leaked if an iterator outlives its backend.
R=rvargas@chromium.org,pasko@chromium.org
BUG=413644, 416059
Patch Set 1 #Patch Set 2 : cleaner ownership #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|