aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-ipv4.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-12-22 09:01:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-12-22 09:01:12 +0000
commit8fc740a53eff66f97ce426a529baa5af6c70806b (patch)
treee1c300a4a239db44fec60c55c40326bdd868cfe0 /epan/ftypes/ftype-ipv4.c
parent8433f6d5895f6c47231c1e38ee65cbd07bc7a646 (diff)
hmm
best to revert this for a while. revert all changes from previous patch. svn path=/trunk/; revision=20195
Diffstat (limited to 'epan/ftypes/ftype-ipv4.c')
-rw-r--r--epan/ftypes/ftype-ipv4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/ftypes/ftype-ipv4.c b/epan/ftypes/ftype-ipv4.c
index 6a17e528fa..045c9fbf10 100644
--- a/epan/ftypes/ftype-ipv4.c
+++ b/epan/ftypes/ftype-ipv4.c
@@ -105,6 +105,7 @@ val_from_unparsed(fvalue_t *fv, char *s, gboolean allow_partial_value _U_, LogFu
return FALSE;
}
nmask_bits = fvalue_get_integer(nmask_fvalue);
+ FVALUE_FREE(nmask_fvalue);
if (nmask_bits > 32) {
logfunc("Netmask bits in a CIDR IPv4 address should be <= 32, not %u",