summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_mac_test_helpers.mm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/asan/tests/asan_mac_test_helpers.mm')
-rw-r--r--lib/asan/tests/asan_mac_test_helpers.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/asan/tests/asan_mac_test_helpers.mm b/lib/asan/tests/asan_mac_test_helpers.mm
index a7e4b9d19..3f8fa26d9 100644
--- a/lib/asan/tests/asan_mac_test_helpers.mm
+++ b/lib/asan/tests/asan_mac_test_helpers.mm
@@ -237,4 +237,5 @@ void TestNSURLDeallocation() {
[[NSURL alloc] initWithString:@"Saved Application State"
relativeToURL:base];
[u release];
+ [base release];
}