diff options
-rw-r--r-- | src/device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c index 6fba5352..a5a9d523 100644 --- a/src/device.c +++ b/src/device.c @@ -986,6 +986,7 @@ static void browse_req_free(struct browse_req *req) dbus_message_unref(req->msg); if (req->conn) dbus_connection_unref(req->conn); + g_slist_foreach(req->uuids_added, (GFunc) g_free, NULL); g_slist_free(req->uuids_added); g_slist_free(req->uuids_removed); if (req->records) |