From c57d6548a33e4222435162a3c4c09be1189ea36f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 21 Jan 2007 16:44:04 +0000 Subject: Remove g_strfreev call --- daemon/service.c | 2 -- 1 file changed, 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); -- cgit