Diff between 32b4ad5af8adf99e4349abd2ddc944b2ab7a1966 and 068ea1c86437fd77a82d06b8f2ee50c5778b6134
Changed Files
| File | Additions | Deletions | Status |
| lib/sdp.c | +0 | -1 | modified |
Full Patch
diff --git a/lib/sdp.c b/lib/sdp.c
index 81e328e..3dcef60 100644
--- a/lib/sdp.c
+++ b/lib/sdp.c
@@ -1934,7 +1934,6 @@ int sdp_get_uuidseq_attr(const sdp_record_t *rec, uint16_t attr,
if (!u)
goto fail;
- memset(u, 0, sizeof(uuid_t));
*u = d->val.uuid;
*seqp = sdp_list_append(*seqp, u);
}