fix threads version.

This commit is contained in:
Vitor Santos Costa 2009-06-13 14:01:16 -05:00
parent 475e681907
commit 5a10dda14e

View File

@ -4971,7 +4971,7 @@ Yap_PopTermFromDB(DBTerm *ref)
UNLOCK(eref->lock); UNLOCK(eref->lock);
ErDBE(eref); ErDBE(eref);
} else { } else {
UNLOCK(ref->lock); UNLOCK(eref->lock);
} }
} }
} }