Memory leak fixes

2010-04-07 Thread Ben Boeckel
Hi, While going through fixing memory leaks in CHASM[1], I fixed some leaks within NSPR and NSS. Here's a list of the leaks that CHASM exposed (doing minimal things with NSS, basically just hashing): * The error tables are not cleaned up. This is the most invasive change since it adds a

Re: Memory leak fixes

2010-04-07 Thread Reed Loden
On Wed, 7 Apr 2010 16:18:41 -0400 Ben Boeckel maths...@gmail.com wrote: While going through fixing memory leaks in CHASM[1], I fixed some leaks within NSPR and NSS. Ben, thanks for the work here. Always great to have outside contributions for Mozilla projects. Open source is what makes this

Re: Memory leak fixes

2010-04-07 Thread Ben Boeckel
In article 20100407160150.2b5d0637.r...@reedloden.com you wrote: On Wed, 7 Apr 2010 16:18:41 -0400 Ben Boeckel maths...@gmail.com wrote: While going through fixing memory leaks in CHASM[1], I fixed some leaks within NSPR and NSS. Ben, thanks for the work here. Always great to have outside