summaryrefslogtreecommitdiff
path: root/lib/ofp-print.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ofp-print.c')
-rw-r--r--lib/ofp-print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ofp-print.c b/lib/ofp-print.c
index e14bd6eac..6e6195b2b 100644
--- a/lib/ofp-print.c
+++ b/lib/ofp-print.c
@@ -2360,6 +2360,7 @@ ofp_print_group_desc(struct ds *s, const struct ofp_header *oh)
ds_put_char(s, '\n');
ds_put_char(s, ' ');
ofp_print_group(s, gd.group_id, gd.type, &gd.buckets);
+ ofputil_bucket_list_destroy(&gd.buckets);
}
}
@@ -2500,6 +2501,7 @@ ofp_print_group_mod(struct ds *s, const struct ofp_header *oh)
ds_put_char(s, ' ');
ofp_print_group(s, gm.group_id, gm.type, &gm.buckets);
+ ofputil_bucket_list_destroy(&gm.buckets);
}
static void