@ -116,7 +116,8 @@ Yap_ArgListToVector (Term listl, const param_t *def, int n)
return NULL;
}
xarg *na = matchKey( NameOfFunctor( f ), a, n, def);
if (!na)
if (!na) {
free( a );
na->used = 1;
na->tvalue = ArgOfTerm(1, hd);
The note is not visible to the blocked user.