Hmm, you should call this method before closing the IndexReader, to remove a listener you previously added.
Mike McCandless http://blog.mikemccandless.com On Tue, Aug 19, 2014 at 11:27 AM, Phil Herold <[email protected]> wrote: > The implementation of this final method (latest 4.9 code) calls > ensureOpen(), which fails, since the reader is closed. As a result, this > method doesn't work. It seems as if this is therefore a potential memory > leak, not being able to remove the listener. Or am I missing something? > > -- > Phil --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
