[Swan-dev] xauth delay

D. Hugh Redelmeier hugh at mimosa.com
Fri Feb 6 09:33:41 EET 2015


| From: Antony Antony <antony at phenome.org>

| there is a delete in state.c commit 928b0e03

The chunk I see in state.c is a change to delete_state:

+       if (st->send_xauth_event != NULL) {
+               pfreeany(st->send_xauth_event);
+               st->send_xauth_event = NULL;
+       }
+

I think that it needs a call to event_free, perhaps best performed by
adding a call to delete_pluto_event or something like it.


More information about the Swan-dev mailing list