Make a struct static to avoid growing the stack too much.

Coverity CID 753.

svn path=/trunk/; revision=36255
This commit is contained in:
Martin Mathieson 2011-03-22 17:46:59 +00:00
parent bed50222ac
commit 034820599a
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ dissect_sdp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
address src_addr;
transport_info_t transport_info;
static transport_info_t transport_info;
guint32 port=0;
gboolean is_rtp=FALSE;