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
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