Missing assert.
[sgt/putty] / windows / winctrls.c
index 49c13e8..72d462e 100644 (file)
@@ -1293,6 +1293,7 @@ void winctrl_remove(struct winctrls *wc, struct winctrl *c)
 {
     struct winctrl *ret;
     ret = del234(wc->byctrl, c);
+    assert(ret == c);
     ret = del234(wc->byid, c);
     assert(ret == c);
 }