> Memory leak introduced as :char* skg = (char*)malloc (10000*sizeof(char));

Write the smallest possible program that contains the above statement
but also causes memcheck to report a leak.  You must run the program
under memcheck and get an actual leak report.  Thinking "it's so easy,
that definitely leaks!" is NOT sufficient.  Compare and contrast
your daemon with that smallest possible program that leaks.




------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to