~ubuntu-branches/ubuntu/trusty/libprelude/trusty

« back to all changes in this revision

Viewing changes to libmissing/getaddrinfo.c

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2008-04-28 15:23:30 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080428152330-su7zlfscjjeh30ig
Tags: 0.9.17.1-1
New upstream release (remove debug output)

Show diffs side-by-side

added added

removed removed

Lines of Context:
326
326
      cur = ai;
327
327
      ai = ai->ai_next;
328
328
 
329
 
      if (cur->ai_canonname) free (cur->ai_canonname);
 
329
      free (cur->ai_canonname);
330
330
      free (cur);
331
331
    }
332
332
}