in reply to Finding memory leaks

Okay, so I compiled with -DDEBUGGING and successfully used Devel::Leak. And it shows me some leaks. But those leaks are just memory addresses and I can't find any of the addresses it gives me in my code. Is there a way I'm not seeing to easily map addresses back to my code? I've added debug statements at every point I can find where I create anonymous data and so far no matches.