gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 19 Dec 2004 17:41:53 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv1779

Modified Files:
        xfinish.c 
Log Message:
Free more.


--- /home/cvs/gsasl/lib/src/xfinish.c   2004/10/31 20:12:52     1.7
+++ /home/cvs/gsasl/lib/src/xfinish.c   2004/12/19 16:41:53     1.8
@@ -72,5 +72,11 @@
   if (sctx->gssapi_display_name)
     free (sctx->gssapi_display_name);
 
+  if (sctx->realm)
+    free (sctx->realm);
+
+  if (sctx->qop)
+    free (sctx->qop);
+
   free (sctx);
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]