summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 5c8208de..5348c296 100644
--- a/src/device.c
+++ b/src/device.c
@@ -1021,7 +1021,7 @@ static void init_browse(struct browse_req *req)
(GCompareFunc) strcasecmp))
return;
req->uuids = g_slist_append(req->uuids,
- g_strdup(driver->uuids[i]));
+ driver->uuids[i]);
}
}