summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-21 16:44:04 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-21 16:44:04 +0000
commitc57d6548a33e4222435162a3c4c09be1189ea36f (patch)
treefa39c944a0a3b9f156c6da4c054e7334e7902093 /daemon
parent2d23898e17a312b0bce9cd8a8907022180e37a44 (diff)
Remove g_strfreev call
Diffstat (limited to 'daemon')
-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);