summaryrefslogtreecommitdiffstats
path: root/src/call-forwarding.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-08-14 15:39:30 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-08-14 16:31:46 -0500
commit9ad3ad6664946bcb4c5fb37f1b0eeea9a407bb03 (patch)
tree20b9806b3802fd3f9ea66ead5865d8e4167fc833 /src/call-forwarding.c
parent6119c08c28072aa298f9178f937bfb03bbfe3b4d (diff)
downloadofono-9ad3ad6664946bcb4c5fb37f1b0eeea9a407bb03.tar.bz2
Update to use the new atom_free API
Diffstat (limited to 'src/call-forwarding.c')
-rw-r--r--src/call-forwarding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/call-forwarding.c b/src/call-forwarding.c
index 3bf776d5..39e968b5 100644
--- a/src/call-forwarding.c
+++ b/src/call-forwarding.c
@@ -1197,7 +1197,7 @@ void ofono_call_forwarding_register(struct ofono_call_forwarding *cf)
void ofono_call_forwarding_remove(struct ofono_call_forwarding *cf)
{
- __ofono_modem_remove_atom(cf->modem, cf->atom);
+ __ofono_atom_free(cf->atom);
}
void ofono_call_forwarding_set_data(struct ofono_call_forwarding *cf, void *data)