Changeset 5883 for trunk/centstorage/src/Conf.c
- Timestamp:
- 07/24/08 10:44:45 (4 months ago)
- Files:
-
- 1 modified
-
trunk/centstorage/src/Conf.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/centstorage/src/Conf.c
r5732 r5883 166 166 conf->logs->time = 24; 167 167 } 168 free(tmp); 168 if (tmp) 169 free(tmp); 169 170 break ; 170 171 }
