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:
commit
a76e9b7bd8
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue