Skip to content
Snippets Groups Projects
Commit ca07d930 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix cleanup process

parent 3ef9f787
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ void sanitize_init(unsigned int *alist, unsigned int alen, graph_t *g, resolve_s
if (aresid < 0)
log_dieu(LOG_EXIT_SYS,"find ares id -- please make a bug reports") ;
toclean[pos] = 1 ;
toclean[aresid] = 1 ;
earlier = ares[aresid].earlier ;
char *scandir = ares[aresid].sa.s + ares[aresid].live.scandir ;
size_t scandirlen = strlen(scandir) ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment