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

Commit 8b2e2c8a authored by You Kim's avatar You Kim
Browse files

BackupHelpers: Fix Typo

delete --> free

Change-Id: Idbf7e677f8cc4a9a9d04e58b5cf7d0f1589c5211
parent c749261f
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;