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

parser.c: freed avltree deps_map

parent 0b5866c9
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@ void freed_parser(void)
stralloc_free(&ganame) ;
genalloc_free(unsigned int,&gadeps) ;
genalloc_free(sv_alltype,&gasv) ;
avltree_free(&deps_map) ;
}
static void *sv_toadd (unsigned int d, void *x)
......
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