url.c: make line shorter than 80 chars
authorYang Tse <yangsita@gmail.com>
Wed, 12 Oct 2011 23:52:56 +0000 (01:52 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 12 Oct 2011 23:52:56 +0000 (01:52 +0200)
lib/url.c

index 5b00ca7..e9451b6 100644 (file)
--- a/lib/url.c
+++ b/lib/url.c
@@ -4664,7 +4664,8 @@ static void reuse_conn(struct connectdata *old_conn,
     conn->host=old_conn->host;
   }
   else
-    Curl_safefree(old_conn->host.rawalloc); /* free the newly allocated name buffer */
+    /* free the newly allocated name buffer */
+    Curl_safefree(old_conn->host.rawalloc);
 
   /* persist connection info in session handle */
   Curl_persistconninfo(conn);