shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Thu, 14 Oct 2004 22:57:39 +0200

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv3938

Modified Files:
        init.c 
Log Message:
Fix mem leak.


--- /home/cvs/shishi/lib/init.c 2004/09/08 16:25:39     1.57
+++ /home/cvs/shishi/lib/init.c 2004/10/14 20:57:36     1.58
@@ -170,6 +170,8 @@
     free (handle->clientkdcetypes);
   if (handle->authorizationtypes)
     free (handle->authorizationtypes);
+  if (handle->stringprocess)
+    free (handle->stringprocess);
 
   if (handle->asn1)
     shishi_asn1_done (handle, handle->asn1);





reply via email to

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