Commits

Maxwell Swadling committed 7fc1ad679a4
[stdlib] fixed incorrect deinitialization in Dictionary Dictionary could be double freed after bridging to ObjC due to a call to takeRetainedValue(), causing a segfault. This was fixed by removing the free call, as it was unnecessary. Fixes rdar://problem/18544533 Swift SVN r24208