From 6aaaedd633de2eedb3dca7a2aed2c7b07c2c3414 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 23 Jul 2005 00:22:02 +0000 Subject: we no longer need to g_free() teh string returned by dissect_rpc_string. when checking the calls in packet-ndmp.c we must have had a memleak there since it never freed those strings. svn path=/trunk/; revision=15005 --- epan/dissectors/packet-hclnfsd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'epan/dissectors/packet-hclnfsd.c') diff --git a/epan/dissectors/packet-hclnfsd.c b/epan/dissectors/packet-hclnfsd.c index 1adf5ac57a..841eb78128 100644 --- a/epan/dissectors/packet-hclnfsd.c +++ b/epan/dissectors/packet-hclnfsd.c @@ -219,7 +219,6 @@ dissect_hclnfsd_authorize_call(tvbuff_t *tvb, int offset, packet_info *pinfo _U_ offset = newoffset; - g_free(ident); ident = NULL; } } -- cgit v1.2.3