]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - x11fwd.c
Fix a couple of stupid typos in the session-saving code.
[PuTTY.git] / x11fwd.c
index 52e678b3924117c0c4a095df5c4d1cf146e633b4..54674866b18b23ec6f54f80166a3d617b74330b4 100644 (file)
--- 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