summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 17:59:44 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-05 17:59:44 +0300
commitae4b865375b5d521f6c2e51815f7e1eb6f0a7638 (patch)
treecc2e917629fb50ddcebf19a013ca06cd3f67c453 /src
parentaae77a1c6509b768692915d5607d2b03c364d694 (diff)
Move responsibility of freeint the record list to the correct place
Diffstat (limited to 'src')
-rw-r--r--src/device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device.c b/src/device.c
index 6ea9c5cc..2bc50711 100644
--- a/src/device.c
+++ b/src/device.c
@@ -906,9 +906,6 @@ cleanup:
device->discov_requestor = NULL;
}
- if (recs != NULL)
- sdp_list_free(recs, (sdp_free_func_t) sdp_record_free);
-
dbus_message_unref(req->msg);
dbus_connection_unref(req->conn);
g_slist_free(req->uuids_added);