garbage collect blob

This commit is contained in:
Vitor Santos Costa 2011-03-19 15:26:11 +00:00
parent 2fb880b64a
commit c0f1fdc432
1 changed files with 5 additions and 0 deletions

View File

@ -427,6 +427,11 @@ clean_atoms(void)
HashPtr++;
}
clean_atom_list(&INVISIBLECHAIN);
{
AtomHashEntry list;
list.Entry = SWI_Blobs;
clean_atom_list(&list);
}
}
static void