mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-20 04:27:51 -04:00
Fixed leak in owner<> test. Ha ha ha!
This commit is contained in:
parent
1a0df71f2f
commit
bb169976da
@ -33,6 +33,7 @@ SUITE(owner_tests)
|
||||
CHECK(*p == 120);
|
||||
f(p);
|
||||
CHECK(*p == 121);
|
||||
delete p;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user