X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/e8fa8f62da443bfc89c416d3eeafcde69c8c6403..cd9778e2a90ef89d10970f5483b2dcebc797d078:/x11fwd.c diff --git a/x11fwd.c b/x11fwd.c index 52e678b3..54674866 100644 --- a/x11fwd.c +++ b/x11fwd.c @@ -112,6 +112,12 @@ void *x11_invent_auth(char *proto, int protomaxlen, return auth; } +void x11_free_auth(void *auth) +{ + + sfree(auth); +} + /* * Fetch the real auth data for a given display string, and store * it in an X11Auth structure. Returns NULL on success, or an error