1
2
3
4
5
6
 SAF_LibProps *
 saf_freeProps_lib(SAF_LibProps *properties)
 {
     if (properties) free(properties);
     return NULL;
 }