mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-12 22:28:06 -04:00
Merge pull request #74 from neilmacintosh/master
Fixed leak in owner<> test. Ha!
This commit is contained in:
commit
62226021a8
@ -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