Brian Modra wrote:

In the middle of BridgeContext.dispose() it sometimes gets a
NullPointerException due to the document variable being null. I put:

if (document == null)
 return;

just before EventTarget evtTarget = (EventTarget)document; on line 888
of my copy of batik 1.5b5  org.apache.batik.bridge.BridgeContext

and that solved the problem

This along with a number of other potential issues is fixed in CVS (as of tonight).
I'm hoping the new code will aleviate quite a number of your problems.
I'm also curious, what platform are you running on?





--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to