shishi-commit
[Top][All Lists]
Advanced

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

CVS shishi/tests


From: shishi-commit
Subject: CVS shishi/tests
Date: Fri, 17 Sep 2004 14:45:27 +0200

Update of /home/cvs/shishi/tests
In directory dopio:/tmp/cvs-serv21842

Modified Files:
        authenticator.c 
Log Message:
Fix.


--- /home/cvs/shishi/tests/authenticator.c      2004/09/17 12:43:35     1.19
+++ /home/cvs/shishi/tests/authenticator.c      2004/09/17 12:45:27     1.20
@@ -146,7 +146,10 @@
     escapeprint (buf, n);
   if (res == SHISHI_OK && n == strlen ("foo")
       && memcmp (buf, "foo", n) == 0)
-    success ("shishi_authenticator_client() OK\n");
+    {
+      success ("shishi_authenticator_client() OK\n");
+      free (buf);
+    }
   else
     fail ("shishi_authenticator_client() failed\n");
 





reply via email to

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