Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-26 Thread Bálint Réczey
2012/10/10 Jakub Zawadzki : > On Mon, Oct 08, 2012 at 06:29:33PM -0400, Evan Huus wrote: >> It doesn't crash, yes, but it leaks again. I've added >> emem_destroy_chunk() for now in revision 45412, > > I forgot to note that emem_destroy_chunk() works only with chunks > created with emem_create_chunk

Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-10 Thread Jakub Zawadzki
On Wed, Oct 10, 2012 at 12:47:16AM +0200, Jakub Zawadzki wrote: > On Mon, Oct 08, 2012 at 06:29:33PM -0400, Evan Huus wrote: > > It doesn't crash, yes, but it leaks again. I've added > > emem_destroy_chunk() for now in revision 45412, > > I forgot to note that emem_destroy_chunk() works only with

Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-09 Thread Jakub Zawadzki
On Mon, Oct 08, 2012 at 06:29:33PM -0400, Evan Huus wrote: > It doesn't crash, yes, but it leaks again. I've added > emem_destroy_chunk() for now in revision 45412, I forgot to note that emem_destroy_chunk() works only with chunks created with emem_create_chunk() emem_create_chunk_gp() changes n

Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-08 Thread Evan Huus
On Mon, Oct 8, 2012 at 5:17 PM, Jakub Zawadzki wrote: > On Mon, Oct 08, 2012 at 04:29:15PM -0400, Evan Huus wrote: >> On Mon, Oct 8, 2012 at 3:31 PM, Jakub Zawadzki >> wrote: >> > Hi Evan, >> > >> > On Mon, Oct 08, 2012 at 03:06:29PM -0400, Evan Huus wrote: >> >> On Mon, Oct 8, 2012 at 2:58 PM,

Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-08 Thread Jakub Zawadzki
On Mon, Oct 08, 2012 at 04:29:15PM -0400, Evan Huus wrote: > On Mon, Oct 8, 2012 at 3:31 PM, Jakub Zawadzki > wrote: > > Hi Evan, > > > > On Mon, Oct 08, 2012 at 03:06:29PM -0400, Evan Huus wrote: > >> On Mon, Oct 8, 2012 at 2:58 PM, wrote: > >> > https://bugs.wireshark.org/bugzilla/show_bug.cgi

Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-08 Thread Evan Huus
On Mon, Oct 8, 2012 at 3:31 PM, Jakub Zawadzki wrote: > Hi Evan, > > On Mon, Oct 08, 2012 at 03:06:29PM -0400, Evan Huus wrote: >> On Mon, Oct 8, 2012 at 2:58 PM, wrote: >> > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7775 >> > >> > --- Comment #10 from Anatoly 2012-10-08 14:58:26 EDT

Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-08 Thread Jakub Zawadzki
Hi Evan, On Mon, Oct 08, 2012 at 03:06:29PM -0400, Evan Huus wrote: > On Mon, Oct 8, 2012 at 2:58 PM, wrote: > > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7775 > > > > --- Comment #10 from Anatoly 2012-10-08 14:58:26 EDT > > --- > > I've tried r45395, nothin is changed except wiresha

Re: [Wireshark-dev] [Bug 7775] Wireshark leaks memory when selecting packets

2012-10-08 Thread Evan Huus
On Mon, Oct 8, 2012 at 2:58 PM, wrote: > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7775 > > --- Comment #10 from Anatoly 2012-10-08 14:58:26 EDT --- > I've tried r45395, nothin is changed except wireshark has crashed:) > But I got one more probably interesting fact: r45380 (w/o your fi