am edb88c94: Merge "Fix the error that free_string is not defined."

* commit 'edb88c94fb628a66fdf4e3d1eda844e6bb0b9bf3':
  Fix the error that free_string is not defined.
This commit is contained in:
Sami Tolvanen 2015-03-13 11:23:17 +00:00 committed by Android Git Automerger
commit a76e9b7bd8

View file

@ -277,6 +277,8 @@ class BlockImageDiff(object):
if stashed_blocks > max_stashed_blocks:
max_stashed_blocks = stashed_blocks
free_string = []
if self.version == 1:
src_string = xf.src_ranges.to_string_raw()
elif self.version == 2: