Depends on what you mean by handling.
If you want to detect the leak without stopping the application, the Plumbr memory leak detector (www.plumbr.eu) is meant to do precisely that. You can hot-attach it to your application and let it do the magic. In the end you get the line of code where the objects leak and the whole reference stack holding the leaking object.