Re: [CLucene-dev] All remaining memory leaks in tests (hopefully) removed

2013-08-29 Thread Anthony Novatsis
Thanks Borek. I will take the latest from master for my testing. Anthony -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft

Re: [CLucene-dev] All remaining memory leaks in tests (hopefully) removed

2013-08-19 Thread Kostka Bořivoj
I merged memleak_fixes into master. Borek -Original Message- From: Kostka Bořivoj [mailto:kos...@tovek.cz] Sent: Monday, August 12, 2013 3:46 PM To: clucene-developers@lists.sourceforge.net Subject: Re: [CLucene-dev] All remaining memory leaks in tests (hopefully) removed Hi

Re: [CLucene-dev] All remaining memory leaks in tests (hopefully) removed

2013-08-12 Thread Kostka Bořivoj
-Original Message- From: Anthony Novatsis [mailto:anthonynovat...@gmail.com] Sent: Saturday, August 10, 2013 12:56 AM To: clucene-developers@lists.sourceforge.net Subject: Re: [CLucene-dev] All remaining memory leaks in tests (hopefully) removed Hi Borek, Thank you very much

Re: [CLucene-dev] All remaining memory leaks in tests (hopefully) removed

2013-08-09 Thread Anthony Novatsis
Hi Borek, Thank you very much for creating the memleak_fixes branch! We have actually seen some other memory leaks during testing. Firstly when DirectoryIndexReader::startCommit is called consecutively, rollbackSegmentInfos is not freed if it was previously allocated. The below patch fixes the

Re: [CLucene-dev] All remaining memory leaks in tests (hopefully) removed

2013-07-16 Thread Itamar Syn-Hershko
Borek, feel free to merge this into master if all works as expected and tests are all green On Fri, Jul 12, 2013 at 4:21 PM, Kostka Bořivoj kos...@tovek.cz wrote: Hi, New branch memleak_fixes created. All memory leaks produced by tests are fixed. It also contains fixed bug in

[CLucene-dev] All remaining memory leaks in tests (hopefully) removed

2013-07-12 Thread Kostka Bořivoj
Hi, New branch memleak_fixes created. All memory leaks produced by tests are fixed. It also contains fixed bug in binary/compressed data processing. Thanks to Veit and Anthony for BooleanScorer2 and StandardAnalyzer memory leak fixes Could anybody check it and merge to the master? Borek