|
From: Jeremy F. <je...@go...> - 2005-03-15 20:08:22
|
Stephen Torri wrote:
>What is up with the std::string destructor?
>
>
Hard to say. I presume it is destructing textstring? Is val defined?
Try including <valgrind/memcheck.h> and doing
VALGRIND_CHECK_DEFINED(val) (though this depends on what val actually
is, and whether its valid to check every byte in the range [&val,
&val+1) for definedness.
(If you can convince your mailer not to wrap these messages when posting
them, that would be nice.)
J
|