mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
Free popt context after argument parsing.
(This used to be commit f287f62962
)
This commit is contained in:
parent
18d011d736
commit
29e67cad05
@ -708,6 +708,8 @@ static void usage(void)
|
||||
}
|
||||
}
|
||||
|
||||
poptFreeContext(pc);
|
||||
|
||||
/* the following functions are part of the Samba debugging
|
||||
facilities. See lib/debug.c */
|
||||
setup_logging("rpcclient", interactive);
|
||||
|
Loading…
Reference in New Issue
Block a user