Skip to content
Snippets Groups Projects
Commit c031914f authored by Eric Cartman's avatar Eric Cartman
Browse files

try to fix up net cleanup on Darwin

parent f1614f25
Branches
Tags
No related merge requests found
......@@ -233,7 +233,7 @@ static void drop_con_begin(struct con_data *c)
c->pool = NULL;
/* drop initial reference */
g_object_unref(c->con);
g_clear_object(&c->con);
try_disconnect_socket(c);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment