Fix double free issue

This commit is contained in:
Denis Kenzior 2009-09-10 17:20:00 -05:00
parent d498ec9f2a
commit 8d52353425
1 changed files with 0 additions and 2 deletions

View File

@ -86,8 +86,6 @@ static void phonesim_remove(struct ofono_modem *modem)
g_free(data);
ofono_modem_set_data(modem, NULL);
g_free(data);
}
static void phonesim_debug(const char *str, void *user_data)