garbage collect blob
This commit is contained in:
parent
2fb880b64a
commit
c0f1fdc432
5
C/agc.c
5
C/agc.c
@ -427,6 +427,11 @@ clean_atoms(void)
|
|||||||
HashPtr++;
|
HashPtr++;
|
||||||
}
|
}
|
||||||
clean_atom_list(&INVISIBLECHAIN);
|
clean_atom_list(&INVISIBLECHAIN);
|
||||||
|
{
|
||||||
|
AtomHashEntry list;
|
||||||
|
list.Entry = SWI_Blobs;
|
||||||
|
clean_atom_list(&list);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user