mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Each time we delete the pass manager, we delete the analyses it holds. In this analysis we were holding onto memory that wasn't getting released when the analysis was deleted. Fixes rdar://problem/26245872.