From 369fe6b146175b899a18b62928b74af055d603aa Mon Sep 17 00:00:00 2001 From: Andrzej Zaborowski Date: Thu, 23 Dec 2010 05:39:40 +0100 Subject: n900: remove unneeded g_isi_client_destroy call "client" is either NULL or uninitialised in this place. --- plugins/n900.c | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/n900.c') diff --git a/plugins/n900.c b/plugins/n900.c index 711f4ed1..29daf05d 100644 --- a/plugins/n900.c +++ b/plugins/n900.c @@ -382,7 +382,6 @@ static int n900_probe(struct ofono_modem *modem) return 0; error: - g_isi_client_destroy(client); g_isi_modem_destroy(isimodem); gpio_remove(modem); g_free(isi); -- cgit v1.2.3