Make TestApplyDiffAddFile()
explicitly .Free()
stuff (#661) #664
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-322131299-release-0.28"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change adds explicit
.Free()
calls inTestApplyDiffAddFile()
.It was discovered in #657 that some objects were not explicitly being
freed, so this fixes that!
(cherry picked from commit
3a4204bd93
)