Re: [sqlite] Two potential memory leaks in sqlite-3.7.11

2012-04-11 Thread Pavel Ivanov
FYI: both leaks are fixed in trunk: http://www.sqlite.org/src/info/93a0f452a7. Pavel 2012/4/11 Zhenbo Xu : > What about the second one? > The heap object allocated at > 7547 home_dir = >

[sqlite] Two potential memory leaks in sqlite-3.7.11

2012-04-11 Thread Zhenbo Xu
Hi, all I have applied a memory leak detection tool Melton to find memory leaks in sqlite-3.7.11. Two bugs were found, and I check them manually as the real ones. Here is the url of the bugs:

Re: [sqlite] Two potential memory leaks in sqlite-3.7.11

2012-04-11 Thread Eduardo Morras
At 14:06 11/04/2012, you wrote: On Wed, Apr 11, 2012 at 02:01:29PM +0200, Eduardo Morras wrote: > At 12:09 11/04/2012, you wrote: > >Hi, all > >I have applied a memory leak detection tool > >Melton to > >find memory leaks in sqlite-3.7.11. > >Two bugs were

Re: [sqlite] Two potential memory leaks in sqlite-3.7.11

2012-04-11 Thread Zhenbo Xu
What about the second one? The heap object allocated at 7547 home_dir = find_home_dir() ; and is not released when exiting this function via 7558 return 1; 在 2012年4月11日 下午8:06,Andrew Suffield

Re: [sqlite] Two potential memory leaks in sqlite-3.7.11

2012-04-11 Thread Andrew Suffield
On Wed, Apr 11, 2012 at 02:01:29PM +0200, Eduardo Morras wrote: > At 12:09 11/04/2012, you wrote: > >Hi, all > >I have applied a memory leak detection tool > >Melton to > >find memory leaks in sqlite-3.7.11. > >Two bugs were found, and I check them manually

Re: [sqlite] Two potential memory leaks in sqlite-3.7.11

2012-04-11 Thread Eduardo Morras
At 12:09 11/04/2012, you wrote: Hi, all I have applied a memory leak detection tool Melton to find memory leaks in sqlite-3.7.11. Two bugs were found, and I check them manually as the real ones. Here is the url of the bugs:

[sqlite] Two potential memory leaks in sqlite-3.7.11

2012-04-11 Thread Zhenbo Xu
Hi, all I have applied a memory leak detection tool Melton to find memory leaks in sqlite-3.7.11. Two bugs were found, and I check them manually as the real ones. Here is the url of the bugs: