Checkpoint in valgrind work

This commit is contained in:
Landon Curt Noll
2021-11-27 00:05:28 -08:00
parent fde724aa2d
commit f4d754b47d
9 changed files with 24 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ removelistfirst(LIST *lp, VALUE *vp)
}
*vp = lp->l_first->e_value;
lp->l_first->e_value.v_type = V_NULL;
lp->l_first->e_value.v_type = V_NOSUBTYPE;
lp->l_first->e_value.v_subtype = V_NOSUBTYPE;
removelistelement(lp, lp->l_first);
}