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, 31 Oct 2004 21:13:17 +0100

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

Modified Files:
        done.c 
Log Message:
Make it compile.


--- /home/cvs/gsasl/lib/src/done.c      2004/09/18 16:05:48     1.6
+++ /home/cvs/gsasl/lib/src/done.c      2004/10/31 20:13:17     1.7
@@ -54,15 +54,6 @@
     free (ctx->server_mechs);
 #endif
 
-  if (ctx->anonymous_token)
-    free (ctx->anonymous_token);
-  if (ctx->authid)
-    free (ctx->authid);
-  if (ctx->authzid)
-    free (ctx->authzid);
-  if (ctx->password)
-    free (ctx->password);
-
   free (ctx);
 
   return;





reply via email to

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