diff --git a/health/hdp.c b/health/hdp.c
index 0f8d6fa..df388bc 100644
--- a/health/hdp.c
+++ b/health/hdp.c
g_dbus_send_message(dc_data->conn, reply);
hdp_tmp_dc_data_unref(dc_data);
g_error_free(gerr);
- gerr = NULL;
/* Send abort request because remote side is now in PENDING state */
if (!mcap_mdl_abort(mdl, abort_mdl_cb, NULL, NULL, &gerr)) {
error("%s", gerr->message);
g_error_free(gerr);
- gerr = NULL;
reply = g_dbus_create_reply(hdp_conn->msg,
DBUS_TYPE_OBJECT_PATH, &hdp_chan->path,
"%s", gerr->message);
g_dbus_send_message(user_data->conn, reply);
g_error_free(gerr);
- gerr = NULL;
/* Send abort request because remote side is now in PENDING */
/* state. Then we have to delete it because we couldn't */