Learn more about cloning repositories
You have read-only access
Fix leak in type metadata emission. We were releasing the owned pointer rather than just letting it get deleted when the unique_ptr goes out of scope. Fixes rdar://problem/26245737.