Commits

Matt Wright committed a151db06cdf
[libdispatch-data-leak] DisaptchData never calls destructor * _swift_dispatch_data_create should have been marked as returning a retained object, otherwise the object is never fully released and the destructor is never executed. Fixes: <rdar://problem/27577958>