mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 09:14:32 +08:00
Remove g_strfreev call
This commit is contained in:
parent
2d23898e17
commit
c57d6548a3
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user