Mark the expression before flushing the staging buffer.
This commit is contained in:
parent
9ae3256bc0
commit
1277bbd50e
@ -4134,13 +4134,13 @@ static void dodelete()
|
|||||||
store(&sval.val);
|
store(&sval.val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
markexpr(sEXPR, NULL, 0);
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if (lcl_staging) {
|
if (lcl_staging) {
|
||||||
stgout(lcl_stgidx);
|
stgout(lcl_stgidx);
|
||||||
stgset(FALSE);
|
stgset(FALSE);
|
||||||
}
|
}
|
||||||
|
|
||||||
markexpr(sEXPR, NULL, 0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user