ofono callbacks: do not automatically free callbacks on shutdown.
authorGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 30 Jul 2012 22:00:37 +0000 (19:00 -0300)
committerGustavo Sverzut Barbieri <barbieri@profusion.mobi>
Mon, 30 Jul 2012 22:00:37 +0000 (19:00 -0300)
commit058b9d152fbe6849c87608b880e35b675ffbd4c8
tree67b9ecd7f39caa5e8b0fcfbd09b33170475af586
parent22365ee4e0a089e8d84664370b67354d52adb887
ofono callbacks: do not automatically free callbacks on shutdown.

This will help in two fronts:
 - spot leaks with valgrind, since screens that do not release will show there.
 - avoid warnings from screens deleting it with their _on_del()
dialer/ofono.c