aboutsummaryrefslogtreecommitdiff
path: root/changes/bug20716
AgeCommit message (Collapse)Author
2016-12-01Fix memory leak in bug 20716overcaffeinated
newconn->address is strdup'ed twice when new_type == CONN_TYPE_AP and conn->socket_family == AF_UNIX. Whilst here, juggle code to make sure newconn->port is assigned from an initialised value in the above case.