diff options
author | Yang Tse <yangsita@gmail.com> | 2011-10-13 01:52:56 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-10-13 01:52:56 +0200 |
commit | 880cf0bedc7bae7a937bae7fc54bb7b7d8048d3a (patch) | |
tree | 6f44d3e2a564689f2515b00bcd837dc4112c56e5 | |
parent | bff78cc18e8dc22926d4b0219e6fac08758ed790 (diff) |
url.c: make line shorter than 80 chars
-rw-r--r-- | lib/url.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); |