Remove incorrect sdp_record_free()
diff --git a/src/sdpd-service.c b/src/sdpd-service.c
index a5c8c79..1f7cfd3 100644
--- a/src/sdpd-service.c
+++ b/src/sdpd-service.c
@@ -606,9 +606,6 @@
 	bt_put_unaligned(htonl(rec->handle), (uint32_t *) rsp->data);
 	rsp->data_size = sizeof(uint32_t);
 
-	if (rec)
-		sdp_record_free(rec);
-
 	return 0;
 
 invalid: