diff options
author | Denis Kenzior <denkenz@gmail.com> | 2009-09-10 17:20:00 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-10 17:20:00 -0500 |
commit | 8d52353425eb3dfa16900218400cc4f09c63da12 (patch) | |
tree | e56513a2b3da506bf6647bd566c4ba68217bd807 | |
parent | d498ec9f2a808b9fd40dfb0c1a7702bd90d4592a (diff) | |
download | ofono-8d52353425eb3dfa16900218400cc4f09c63da12.tar.bz2 |
Fix double free issue
-rw-r--r-- | plugins/phonesim.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/phonesim.c b/plugins/phonesim.c index f5a081a9..aea3fc51 100644 --- a/plugins/phonesim.c +++ b/plugins/phonesim.c @@ -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) |