Diff between 5316ed07d5640fa7d32a09b1739006c8b029f043 and 7913d91635cf2aa0c74f039a4a43a0805568aa8a
Changed Files
| File | Additions | Deletions | Status |
| lib/sdp.c | +1 | -1 | modified |
Full Patch
diff --git a/lib/sdp.c b/lib/sdp.c
index cc685b4..7f8f92b 100644
--- a/lib/sdp.c
+++ b/lib/sdp.c
@@ -535,7 +535,7 @@ sdp_data_t *sdp_seq_alloc_with_length(void **dtds, void **values, int *length,
curr = data;
}
- return sdp_data_alloc_with_length(SDP_SEQ8, seq, length[i]);
+ return sdp_data_alloc(SDP_SEQ8, seq);
}
sdp_data_t *sdp_seq_alloc(void **dtds, void **values, int len)