Commit c18b3baa authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Martin Blix Grydeland

Assert

(cherry picked from commit 7da6220d)
parent ce025dca
......@@ -235,6 +235,7 @@ WS_ReserveAll(struct ws *ws)
{
unsigned b;
WS_Assert(ws);
assert(ws->r == NULL);
ws->r = ws->e;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment