Remove g_strfreev call

This commit is contained in:
Marcel Holtmann 2007-01-21 16:44:04 +00:00
parent 2d23898e17
commit c57d6548a3

View File

@ -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);