~ubuntu-branches/ubuntu/dapper/curl/dapper-security

« back to all changes in this revision

Viewing changes to tests/libtest/lib510.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-03-23 18:41:29 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050323184129-le70d05a0hk5w62j
Tags: 7.12.3-2ubuntu3
Fix the version numbers internal to debian/rules.  Closes; #8088

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    /* always cleanup */
73
73
    curl_easy_cleanup(curl);
74
74
 
 
75
  }
 
76
 
 
77
  if(slist)
75
78
    /* clean up the headers list */
76
79
    curl_slist_free_all(slist);
77
80
 
78
 
  }
79
81
  return res;
80
82
}