>> its /n/sources/patch/testolder, also leaks dir in the case:
>>  
>>      if(rel)
>>              n = time(0) - n;
>>      if(n < 0)
>>              return 0; <----- HERE
>>      r = dir->mtime < n;
>> 
>>      free(dir);
>>      return r;

And the consequences of not freeing a few bytes of memory, in a command
which will exit a few microseconds later, would be ... ?


Reply via email to