X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/f4122e6e085938b6d216a9ec724b974a603f6992..983fe7c4ac262f56d38a143b1efab1e4afb77a52:/l4/pkg/valgrind/src/valgrind-3.6.0-svn/docs/xml/FAQ.xml diff --git a/l4/pkg/valgrind/src/valgrind-3.6.0-svn/docs/xml/FAQ.xml b/l4/pkg/valgrind/src/valgrind-3.6.0-svn/docs/xml/FAQ.xml index 983e02add..af197f856 100644 --- a/l4/pkg/valgrind/src/valgrind-3.6.0-svn/docs/xml/FAQ.xml +++ b/l4/pkg/valgrind/src/valgrind-3.6.0-svn/docs/xml/FAQ.xml @@ -528,8 +528,9 @@ int main(void) "possibly lost" means your program is leaking - memory, unless you're doing funny things with pointers. - This is sometimes reasonable. Use + memory, unless you're doing unusual things with pointers that could + cause them to point into the middle of an allocated block; see the + user manual for some possible causes. Use if you don't want to see these reports.