MCPcopy Create free account
hub / github.com/3proxy/3proxy / freepwl

Function freepwl

src/conf.c:1573–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1571
1572
1573void freepwl(struct passwords *pwl){
1574 for(; pwl; pwl = (struct passwords *)itfree(pwl, pwl->next)){
1575 if(pwl->user)myfree(pwl->user);
1576 if(pwl->password)myfree(pwl->password);
1577 }
1578}
1579
1580
1581void freeconf(struct extparam *confp){

Callers 1

freeconfFunction · 0.85

Calls 2

itfreeFunction · 0.85
myfreeFunction · 0.85

Tested by

no test coverage detected