Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/ssl_nss.c

    r0e788f5 r420ddc00  
    152152        conn->func = func;
    153153        conn->data = data;
    154         conn->hostname = hostname;
     154        conn->hostname = g_strdup(hostname);
    155155
    156156        /* For now, SSL verification is globally enabled by setting the cafile
     
    296296                PR_Close(conn->prfd);
    297297
    298         g_free(conn->hostname);
     298        g_free(conn->hostname);
    299299        g_free(conn);
    300300}
Note: See TracChangeset for help on using the changeset viewer.