strange memory leak@tition: Yeah, I did indeed try that. It never changes.
strange memory leakYou're right, it's doing the latter. Not allocating new memory, but returning a pointer to one of th...
strange memory leakWhere? My understanding was that all the actual allocation should be happening at the top of the fun...
strange memory leakI have tried that, with the following lines: [code] std::cout << "in.size() = " << in.size() << ...
strange memory leakBy the way, thanks to xorebxebx for the valgrind recommendation, I had never heard of it! It's fanta...
This user does not accept Private Messages