diff --git a/samples/bvsample06/sample6.cpp b/samples/bvsample06/sample6.cpp index 9f77b1d4..f9412ff4 100644 --- a/samples/bvsample06/sample6.cpp +++ b/samples/bvsample06/sample6.cpp @@ -71,7 +71,6 @@ static unsigned nf_; { ++nf_; --p; - assert(*p == n); ::free(p); } @@ -105,7 +104,6 @@ static unsigned nf_; ++nf_; size_t* s = (size_t*) p; --s; - assert(*s == n); ::free(s); }