disable cache when checking whether static was in use.
heap overflow while storing db term. trust_fail should be preceeded by an sla. make sla point to current pred, get rid of current pred in bitmap. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@374 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1533,7 +1533,7 @@ p_assign_static(void)
|
||||
if (ref != NULL) {
|
||||
ReleaseTermFromDB(ref);
|
||||
}
|
||||
ptr->ValueOfVE.terms[indx] = StoreTermInDB(t3,3);
|
||||
ptr->ValueOfVE.terms[indx] = StoreTermInDB(3,3);
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user