This is an archive of the discontinued LLVM Phabricator instance.

Memory leak fixed.
ClosedPublic

Authored by AndreyChurbanov on Jul 8 2016, 7:21 AM.

Details

Summary

Added missed kmp_free() calls for corresponding kmp_allocate() ones.

Diff Detail

Repository
rL LLVM

Event Timeline

AndreyChurbanov retitled this revision from to Memory leak fixed..
AndreyChurbanov updated this object.
AndreyChurbanov set the repository for this revision to rL LLVM.
AndreyChurbanov added a subscriber: openmp-commits.
hbae accepted this revision.Jul 8 2016, 7:39 AM
hbae edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Jul 8 2016, 7:39 AM

committed rev. 274850.