Subject | Re: Memory Leak in client-java - FIXED! |
---|---|
Author | Roman Rokytskyy |
Post date | 2002-10-31T07:51:09Z |
Hi,
what my JBuilder told be). I sent an email to David Jencks asking to
check it.
Memory leaks should be fixed for now, because the only reference on
the statement handle has instance of FBStatement, and it is only
referenced by FBConnection. All references are cleared on close.
Can you check your memory tests?
Thanks!
Roman
> With those latest changes to the CVS, is that memory leak taken careThat method you were talking above was never called (at lease that's
> of? I saw that you removed a whole hunk of statement tracking code
> in GDS_Impl.java but since I changed something in
> FBManagedConnectionFactory.java (the missing remove call) I was
> wondering if this fixing this issue on another end or if you haven't
> been able yet to integrate the fix.
what my JBuilder told be). I sent an email to David Jencks asking to
check it.
Memory leaks should be fixed for now, because the only reference on
the statement handle has instance of FBStatement, and it is only
referenced by FBConnection. All references are cleared on close.
Can you check your memory tests?
Thanks!
Roman