diff --git a/C/agc.c b/C/agc.c index c1cd117e6..4949ff5ee 100755 --- a/C/agc.c +++ b/C/agc.c @@ -427,6 +427,11 @@ clean_atoms(void) HashPtr++; } clean_atom_list(&INVISIBLECHAIN); + { + AtomHashEntry list; + list.Entry = SWI_Blobs; + clean_atom_list(&list); + } } static void