From ae4b865375b5d521f6c2e51815f7e1eb6f0a7638 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 5 Sep 2008 17:59:44 +0300 Subject: Move responsibility of freeint the record list to the correct place --- src/device.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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); -- cgit