plugin: plug memleaks

This commit is contained in:
Aleksander Morgado
2013-02-20 09:59:20 +01:00
parent f27737e031
commit 2267fb0480

View File

@@ -546,6 +546,7 @@ port_probe_run_ready (MMPortProbe *probe,
g_simple_async_result_set_op_res_gpointer (ctx->result, g_simple_async_result_set_op_res_gpointer (ctx->result,
GUINT_TO_POINTER (MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED), GUINT_TO_POINTER (MM_PLUGIN_SUPPORTS_PORT_UNSUPPORTED),
NULL); NULL);
g_error_free (error);
} }
/* Probing failed but the plugin tells us to retry; so we'll defer the /* Probing failed but the plugin tells us to retry; so we'll defer the
* probing a bit */ * probing a bit */
@@ -555,6 +556,7 @@ port_probe_run_ready (MMPortProbe *probe,
g_simple_async_result_set_op_res_gpointer (ctx->result, g_simple_async_result_set_op_res_gpointer (ctx->result,
GUINT_TO_POINTER (MM_PLUGIN_SUPPORTS_PORT_DEFER), GUINT_TO_POINTER (MM_PLUGIN_SUPPORTS_PORT_DEFER),
NULL); NULL);
g_error_free (error);
} }
/* For remaining errors, just propagate them */ /* For remaining errors, just propagate them */
else { else {