[Openmp-commits] [PATCH] D25504: Fixes a memory leak related to task dependencies (patch from Alex Duran)

Andrey Churbanov via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 12 01:32:19 PDT 2016


AndreyChurbanov created this revision.
AndreyChurbanov added reviewers: tlwilmar, jlpeyton.
AndreyChurbanov added a subscriber: openmp-commits.
AndreyChurbanov set the repository for this revision to rL LLVM.

Fixes a memory leak related to task dependencies as there was no call to free resources from implicit tasks


Repository:
  rL LLVM

https://reviews.llvm.org/D25504

Files:
  runtime/src/kmp.h
  runtime/src/kmp_runtime.c
  runtime/src/kmp_taskdeps.cpp
  runtime/src/kmp_tasking.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25504.74340.patch
Type: text/x-patch
Size: 4980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20161012/355f6de5/attachment.bin>


More information about the Openmp-commits mailing list