Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a76e9b7b authored by Sami Tolvanen's avatar Sami Tolvanen Committed by Android Git Automerger
Browse files

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

* commit 'edb88c94':
  Fix the error that free_string is not defined.
parents 8f9e859a edb88c94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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: