[Openmp-commits] [PATCH] D72637: openmp: fix memcpy memory leak

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 3 09:40:28 PST 2020


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

The diff is for some reason broken. The change adds a `free(buffer);` in line 177. LGTM. I'll commit it for you.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72637/new/

https://reviews.llvm.org/D72637





More information about the Openmp-commits mailing list