summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index de49ff4a..5eccb2c8 100644
--- a/src/main.c
+++ b/src/main.c
@@ -29,6 +29,10 @@ int main(int argc, char *argv[])
{
__ofono_log_init();
+ __ofono_plugin_init(NULL, NULL);
+
+ __ofono_plugin_cleanup();
+
__ofono_log_cleanup();
return 0;