Re: [U-Boot] ubifs: memory possibly not freed

2011-10-05 Thread Stefan Roese
Hi Renaud, On Friday 30 September 2011 18:42:52 Renaud Barbier wrote: Looking at the function ubifs_finddir in the file fs/ubifs/ubifs.c, I was wondering if some memory had not been freed before the function returns. 287 static int ubifs_finddir(struct super_block *sb, char *dirname, 288

[U-Boot] ubifs: memory possibly not freed

2011-09-30 Thread Renaud Barbier
Looking at the function ubifs_finddir in the file fs/ubifs/ubifs.c, I was wondering if some memory had not been freed before the function returns. 287 static int ubifs_finddir(struct super_block *sb, char *dirname, 288 unsigned long root_inum, unsigned long *inum) 289 {