struct gengetopt_args_info conf;
-char *dss_error_txt = NULL;
static FILE *logfile;
static int signal_pipe;
tmp[i] = '\0';
ret = dss_atoi64(tmp, &num);
free(tmp);
- if (ret < 0) {
- free(dss_error_txt);
+ if (ret < 0)
return 0;
- }
assert(num >= 0);
if (num > now)
return 0;
tmp[i] = '\0';
ret = dss_atoi64(tmp, &num);
free(tmp);
- if (ret < 0) {
- free(dss_error_txt);
+ if (ret < 0)
return 0;
- }
if (num > now)
return 0;
s->completion_time = num;