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