memory leak while calling lp_servicename in infinite loop

Sunil Kumar Sunilk at novell.com
Mon Mar 25 01:57:04 GMT 2002


Hi,
    I think there is a memory leak in samba code as while
lp_servicename in an infinite loop,Memory consumed by smbd process
increases every times it iterates thru the loop.
 
  i.e
int i;
  while(1)   {
         lp_servicename(i);++i
    }
 
Thanks
sunil.   




More information about the samba-technical mailing list