Subject | Re: Memory Leak in client-java - FIXED! |
---|---|
Author | Roman Rokytskyy |
Post date | 2002-10-31T08:23:29Z |
Sorry, my JBuilder was fooling me (or something was changed in CVS
lately :)). Now I added your fix to the CVS.
Sorry again.
Roman
lately :)). Now I added your fix to the CVS.
Sorry again.
Roman
--- In Firebird-Java@y..., "Roman Rokytskyy" <rrokytskyy@y...> wrote:
> Hi,
>
> > With those latest changes to the CVS, is that memory leak taken care
> > 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.
>
> That method you were talking above was never called (at lease that's
> 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