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 ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
