|
From: simone m. <sma...@gm...> - 2009-07-13 08:29:32
|
Hi everyone, I was having problems of memory allocation that valgirnd identified as a mismatched number in "malloc/free". Not knowing where the problem could be I tried to not allocate anything in my code and see if there was still a similar error. I realized that valgrind still gave me a mismatched number although I am not actually using malloc and free for this test. Where could the problem be? Does valgrind identify the declaration of a pointer already as if I were to malloc it? I surfed the list to find a similar error from someone else, but although partly similar, I didn't find the same. Apologies in advance if I am re-posting the same. I hope someone can help. Thank you in advance |