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

Function SAFE_FREE

lib/sysacls.c:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32#define DEBUG(x, y)
33
34void SAFE_FREE(void *mem)
35{
36 if (mem)
37 free(mem);
38}
39
40/*
41 This file wraps all differing system ACL interfaces into a consistent

Callers 5

sys_acl_set_fileFunction · 0.85
sys_acl_free_aclFunction · 0.85
sys_acl_get_fileFunction · 0.85
sys_acl_get_fdFunction · 0.85
sys_acl_set_fdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected