Merge "BackupHelpers: Fix Typo"

This commit is contained in:
Christopher Tate
2012-12-17 10:39:41 -08:00
committed by Gerrit Code Review

View File

@@ -710,7 +710,7 @@ int write_tarfile(const String8& packageName, const String8& domain,
}
cleanup:
delete [] buf;
free(buf);
done:
close(fd);
return err;