summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
diff options
context:
space:
mode:
authorVassil Vassilev <v.g.vassilev@gmail.com>2017-02-21 17:30:43 +0000
committerVassil Vassilev <v.g.vassilev@gmail.com>2017-02-21 17:30:43 +0000
commit59e5a644353eca5d1e683eeef646745e55e0e589 (patch)
treee510d904fbeaec13a78d1ace100010e64c4305a8 /llvm/lib/Support/Windows
parent5afda309303a7902ee44c5799cd0ef0dfaa48a2a (diff)
downloadbcm5719-llvm-59e5a644353eca5d1e683eeef646745e55e0e589.tar.gz
bcm5719-llvm-59e5a644353eca5d1e683eeef646745e55e0e589.zip
Do not leak OpenedHandles.
Reviewed by Vedant Kumar (D30178) llvm-svn: 295737
Diffstat (limited to 'llvm/lib/Support/Windows')
-rw-r--r--llvm/lib/Support/Windows/DynamicLibrary.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Support/Windows/DynamicLibrary.inc b/llvm/lib/Support/Windows/DynamicLibrary.inc
index 050689483de..87dde46de3c 100644
--- a/llvm/lib/Support/Windows/DynamicLibrary.inc
+++ b/llvm/lib/Support/Windows/DynamicLibrary.inc
@@ -9,6 +9,8 @@
//
// This file provides the Win32 specific implementation of DynamicLibrary.
//
+// FIXME: This file leaks OpenedHandles!
+//
//===----------------------------------------------------------------------===//
#include "WindowsSupport.h"
OpenPOWER on IntegriCloud