Changeset ac46218


Ignore:
Timestamp:
2008-12-14T10:40:17Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
71d45c2
Parents:
c0c43fb
Message:

Removed a double g_free() in proxy.c (that couldn't actually ever be
invoked but was stupid anyway). #409.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/proxy.c

    rc0c43fb rac46218  
    558558                return proxy_connect_socks5(host, port, phb);
    559559       
    560         if (phb->host) g_free(phb);
    561560        g_free(phb);
    562561        return -1;
Note: See TracChangeset for help on using the changeset viewer.