1
0
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:
Michael Adam 2007-12-25 03:35:00 +01:00
parent 44631bfd4d
commit c2ab4bd705

View File

@ -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;
}