Tagged Questions

1
vote
2answers
260 views

BoundsChecker shows incorrect memory leak message

I'm using BoundsChecker9.1 with visual c++. I have a class class Sample{ public: vector<AnotherClass> x; }; When I run my program the BoundsChecker tool reports all push_back() calls such as ...