- ippfind incorrectly substituted "=port" for service_port.
- The IPP/1.1 test file did not handle the initial print job
completing early (STR #4576)
+ - Fixed a memory leak in cupsConnectDest (STR #4634)
- Added Russian translation (STR #4577)
*
* User-defined destination (and option) support for CUPS.
*
- * Copyright 2007-2014 by Apple Inc.
+ * Copyright 2007-2015 by Apple Inc.
* Copyright 1997-2007 by Easy Software Products.
*
* These coded instructions, statements, and computer programs are the
http = httpConnect2(hostname, port, addrlist, AF_UNSPEC, encryption, 1, 0,
NULL);
+ httpAddrFreeList(addrlist);
/*
* Connect if requested...