Show
Ignore:
Timestamp:
07/24/08 10:44:45 (4 months ago)
Author:
rbertholon
Message:

correction in logger (log.c file)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/centstorage/src/Conf.c

    r5732 r5883  
    166166                      conf->logs->time = 24; 
    167167                  } 
    168                 free(tmp); 
     168                if (tmp) 
     169                  free(tmp); 
    169170                break ; 
    170171              }