mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05: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);
|
CHECK(*p == 120);
|
||||||
f(p);
|
f(p);
|
||||||
CHECK(*p == 121);
|
CHECK(*p == 121);
|
||||||
|
delete p;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user