MCPcopy Create free account
hub / github.com/RsyncProject/rsync / cleanOSE

Function cleanOSE

popt/popt.c:195–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195static void cleanOSE(struct optionStackEntry *os)
196{
197 os->nextArg = _free(os->nextArg);
198 os->argv = _free(os->argv);
199 os->argb = PBM_FREE(os->argb);
200}
201
202void poptResetContext(poptContext con)
203{

Callers 2

poptResetContextFunction · 0.85
poptGetNextOptFunction · 0.85

Calls 1

_freeFunction · 0.85

Tested by

no test coverage detected