don't ever use memory that has been freed (that was done by LU).

generic fixes for WIN32 libraries


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1172 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-11-04 18:22:36 +00:00
parent 20dcf89f9a
commit 6853d8eecd
15 changed files with 99 additions and 49 deletions

View File

@@ -1388,7 +1388,7 @@ UnmarkTrEntries(void)
} else {
if (flags & LogUpdMask) {
if (flags & IndexMask) {
Yap_ErLogUpdIndex(ClauseFlagsToLogUpdIndex(ent));
Yap_ErLogUpdIndex(ClauseFlagsToLogUpdIndex(ent), NULL);
} else {
Yap_ErLogUpdCl(ClauseFlagsToLogUpdClause(ent));
}