forked from microsoft/GSL
Fixed leak in owner<> test. Ha ha ha!
This commit is contained in:
@@ -33,6 +33,7 @@ SUITE(owner_tests)
|
||||
CHECK(*p == 120);
|
||||
f(p);
|
||||
CHECK(*p == 121);
|
||||
delete p;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user