mirror of
https://github.com/microsoft/GSL
synced 2026-08-26 04:23:04 -04:00
Fixed leak in owner<> test. Ha ha ha!
This commit is contained in:
parent
1a0df71f2f
commit
bb169976da
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ SUITE(owner_tests)
|
|||
CHECK(*p == 120);
|
||||
f(p);
|
||||
CHECK(*p == 121);
|
||||
delete p;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue