gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5607 - GNUnet/src/transports


From: gnunet
Subject: [GNUnet-SVN] r5607 - GNUnet/src/transports
Date: Sat, 8 Sep 2007 13:46:33 -0600 (MDT)

Author: grothoff
Date: 2007-09-08 13:46:33 -0600 (Sat, 08 Sep 2007)
New Revision: 5607

Modified:
   GNUnet/src/transports/http.c
Log:
typo

Modified: GNUnet/src/transports/http.c
===================================================================
--- GNUnet/src/transports/http.c        2007-09-08 19:45:15 UTC (rev 5606)
+++ GNUnet/src/transports/http.c        2007-09-08 19:46:33 UTC (rev 5607)
@@ -577,14 +577,14 @@
         {
           /* If we never received a GET request,
              we did not create a response... */
-          MUTEX_DESTROY (session->lock);
-          FREE (session->tsession);
-          FREE (session);
+          MUTEX_DESTROY (httpsession->lock);
+          FREE (httpsession->tsession);
+          FREE (httpsession);
         }
 #else
-      MUTEX_DESTROY (session->lock);
-      FREE (session->tsession);
-      FREE (session);
+      MUTEX_DESTROY (httpsession->lock);
+      FREE (httpsession->tsession);
+      FREE (httpsession);
 #endif
     }
 }





reply via email to

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