diff options
Diffstat (limited to 'libmm-glib/mm-modem-simple.c')
-rw-r--r-- | libmm-glib/mm-modem-simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmm-glib/mm-modem-simple.c b/libmm-glib/mm-modem-simple.c index 9338c453..14624995 100644 --- a/libmm-glib/mm-modem-simple.c +++ b/libmm-glib/mm-modem-simple.c @@ -138,7 +138,7 @@ new_bearer_ready (GDBusConnection *connection, else g_simple_async_result_set_op_res_gpointer (ctx->result, bearer, - (GDestroyNotify)g_object_unref); + g_object_unref); connect_context_complete_and_free (ctx); } |