aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2007-12-04 06:50:11 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2007-12-04 06:50:11 +0000
commitf4c89beb219e974fcb7db2a16036f20420ea4f92 (patch)
treee0d7355b5b8e8eeb9a2c4c8ad5b51d257d4db2bb
parent95d422156a5fa09a620497204fafd9c83510d220 (diff)
Remove superfluous buffer allocation.
svn path=/trunk/; revision=23742
-rw-r--r--epan/dissectors/packet-sdp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sdp.c b/epan/dissectors/packet-sdp.c
index 53373ad193..dd0f9adb60 100644
--- a/epan/dissectors/packet-sdp.c
+++ b/epan/dissectors/packet-sdp.c
@@ -1630,7 +1630,6 @@ static void dissect_sdp_media_attribute(tvbuff_t *tvb, packet_info *pinfo, proto
* ITU-T Rec. X.691. Value encoded as per A.5.1.2. For text encoding the mechanism defined
* in ITU-T Rec. H.248.15 is used.
*/
- guint8 *buf = ep_alloc(256);
gint len;
asn1_ctx_t actx;