Re: Patch for memory leak

2007-02-24 Thread James Youngman
On 2/9/07, supriya kannery <[EMAIL PROTECTED]> wrote: On further analysis, found that the dirinfo structure is not getting cleaned up after use and resulting in memory leak. Cleaning up of dirinfo pointer resolves this. Please find the patch for this attached. This diff is prepared over the cur

Patch for memory leak

2007-02-22 Thread supriya kannery
Hello James, While analysing find utility using valgrind the following memory leak was detected. ==9767== LEAK SUMMARY: ==9767==definitely lost: 120 bytes in 10 blocks. On further analysis, found that the dirinfo structure is not getting cleaned up after use and resulting in memory l