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
No related branches found
No related tags found
No related merge requests found
...@@ -233,7 +233,7 @@ static void drop_con_begin(struct con_data *c) ...@@ -233,7 +233,7 @@ static void drop_con_begin(struct con_data *c)
c->pool = NULL; c->pool = NULL;
/* drop initial reference */ /* drop initial reference */
g_object_unref(c->con); g_clear_object(&c->con);
try_disconnect_socket(c); 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