Commits

Michael Gottesman committed df5f9dbf6fb
Fix up preallocated array to deallocate memory. I made a wrong assumption that the allocators would deallocate the memory when their destructor was being called. Turns out this is not true evidently. Swift SVN r18753