mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Balance the call to allocateBufferIn with a call to deallocateBufferIn. When an error value is small, the missing deallocateBufferIn doesn't do anything. But when the error value is a larger struct that doesn't fit inline, we need deallocateBufferIn to avoid leaking the allocation. rdar://109933822
27 KiB
27 KiB