mirror of
https://github.com/gosticks/SwiftGit2.git
synced 2025-10-16 11:55:34 +00:00
Previously when a block was passed into checkout() it would be copied but then the memory would be freed as nothing had retained a reference to the copy. This meant that when block() was called in SG2CheckoutProgressCallback() it would crash due to an attempt to execute a random chunk of memory that previously contained the block. This code now retains the payload after copying it. |
||
|---|---|---|
| .. | ||
| Fixtures | ||
| FixturesSpec.swift | ||
| Info.plist | ||
| ObjectsSpec.swift | ||
| OIDSpec.swift | ||
| ReferencesSpec.swift | ||
| RemotesSpec.swift | ||
| RepositorySpec.swift | ||