summaryrefslogtreecommitdiffstats
path: root/src/call-settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/call-settings.c')
-rw-r--r--src/call-settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/call-settings.c b/src/call-settings.c
index 298df5b6..9d21a8e7 100644
--- a/src/call-settings.c
+++ b/src/call-settings.c
@@ -1262,7 +1262,7 @@ void ofono_call_settings_register(struct ofono_call_settings *cs)
void ofono_call_settings_remove(struct ofono_call_settings *cs)
{
- __ofono_modem_remove_atom(cs->modem, cs->atom);
+ __ofono_atom_free(cs->atom);
}
void ofono_call_settings_set_data(struct ofono_call_settings *cs, void *data)