Skip to content

Commit

Permalink
client: Avoid double deinit of address
Browse files Browse the repository at this point in the history
  • Loading branch information
nipo committed Jan 7, 2012
1 parent 0afaa63 commit fc60bbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ rudp_error_t rudp_client_close(struct rudp_client *client)
rudp_error_t rudp_client_deinit(struct rudp_client *client)
{
rudp_endpoint_deinit(&client->endpoint);
rudp_address_deinit(&client->address);
return 0;
}

Expand Down

0 comments on commit fc60bbd

Please sign in to comment.