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

be proper with HEAP memory

parent b5381130
No related branches found
No related tags found
No related merge requests found
......@@ -220,7 +220,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
char const *newenv[n] ;
if (!env_merge (newenv, n ,envp,env_len(envp),modifs.s, modifs.len)) strerr_diefu1sys(111,"build environment") ;
modifs = stralloc_zero ;
modifs.len = 0 ;
for (i = 0 ; i < genalloc_len(diuint32,&gaenv) ; i++)
{
......
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