summaryrefslogtreecommitdiffstats
path: root/daemon/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/service.c')
-rw-r--r--daemon/service.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/daemon/service.c b/daemon/service.c
index 855ecfb7..1886da52 100644
--- a/daemon/service.c
+++ b/daemon/service.c
@@ -198,8 +198,6 @@ static DBusHandlerResult service_start(DBusConnection *conn,
g_spawn_async(NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &pid, NULL);
- g_strfreev(argv);
-
test_watch_id = g_child_watch_add(pid, service_died, NULL);
debug("New process with PID %d executed", pid);