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

Function rsync_xal_free

xattrs.c:113–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111/* ------------------------------------------------------------------------- */
112
113static void rsync_xal_free(item_list *xalp)
114{
115 size_t i;
116 rsync_xa *rxas = xalp->items;
117
118 if (!xalp->malloced)
119 return;
120
121 for (i = 0; i < xalp->count; i++) {
122 free(rxas[i].datum);
123 /*free(rxas[i].name);*/
124 }
125 free(xalp->items);
126}
127
128void free_xattr(stat_x *sxp)
129{

Callers 2

free_xattrFunction · 0.85
uncache_tmp_xattrsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected