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

please freed it

parent ca77555c
No related branches found
No related tags found
No related merge requests found
......@@ -382,6 +382,7 @@ static void info_display_envfile(char const *field,ss_resolve_t *res)
char *src = res->sa.s + res->srconf ;
if (!file_readputsa(&sa,src,name)) strerr_diefu1sys(111,"read environment file") ;
info_display_nline(field,sa.s) ;
stralloc_free(&sa) ;
return ;
}
empty:
......
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