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

Commit eea47240 authored by Christopher Tate's avatar Christopher Tate Committed by Android Git Automerger
Browse files

am 4b0ed017: Merge "BackupHelpers: Fix Typo"

* commit '4b0ed017':
  BackupHelpers: Fix Typo
parents 8149820c 4b0ed017
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -710,7 +710,7 @@ int write_tarfile(const String8& packageName, const String8& domain,
    }

cleanup:
    delete [] buf;
    free(buf);
done:
    close(fd);
    return err;