Valgrind gives me the following leak summary on my code. However, I have freed all malloc\'ed memory. Is this a bad thing, or is this normal? My program is in c.
Does it give you the address of the block? sometimes you can learn a lot by looking at what sort of data is in those 568 bytes.
Hmm, 568 bytes, that's about the size of a MAX_PATH unicode string.