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

Function free_filter

exclude.c:142–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142static void free_filter(filter_rule *ex)
143{
144 if (ex->rflags & FILTRULE_PERDIR_MERGE)
145 teardown_mergelist(ex);
146 free(ex->pattern);
147 free(ex);
148}
149
150static void free_filters(filter_rule *ent)
151{

Callers 3

free_filtersFunction · 0.85
add_ruleFunction · 0.85
parse_filter_strFunction · 0.85

Calls 1

teardown_mergelistFunction · 0.85

Tested by

no test coverage detected