mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
Add two missing free-s.
Michael (This used to be commit 4efac39c363d565c2c7211da73d5e1cf2ac3d0b2)
This commit is contained in:
parent
44631bfd4d
commit
c2ab4bd705
@ -875,6 +875,8 @@ static int net_conf_delparm(int argc, const char **argv)
|
||||
ret = 0;
|
||||
|
||||
done:
|
||||
SAFE_FREE(service);
|
||||
SAFE_FREE(param);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user