From 18cf514fcda6e254f6df8058d41b0d86befbacc2 Mon Sep 17 00:00:00 2001 From: Syam Sidhardhan Date: Thu, 24 Nov 2011 19:44:35 +0530 Subject: [PATCH] Remove unneeded GError assignment to NULL --- health/hdp.c | 1 - 1 file changed, 1 deletion(-) diff --git a/health/hdp.c b/health/hdp.c index d167ab054..403d4c82d 100644 --- a/health/hdp.c +++ b/health/hdp.c @@ -551,7 +551,6 @@ static void hdp_get_dcpsm_cb(uint16_t dcpsm, gpointer user_data, GError *err) hdp_tmp_dc_data_unref(hdp_conn); hdp_conn->cb(hdp_chann->mdl, err, hdp_conn); g_error_free(gerr); - gerr = NULL; } static void device_reconnect_mdl_cb(struct mcap_mdl *mdl, GError *err, -- 2.47.3