summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/lv2_inspect.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c
index e58bcf3..fc161e3 100644
--- a/utils/lv2_inspect.c
+++ b/utils/lv2_inspect.c
@@ -362,6 +362,8 @@ main(int argc, char** argv)
done:
slv2_value_free(event_class);
slv2_value_free(control_class);
+ slv2_value_free(in_group_pred);
+ slv2_value_free(role_pred);
slv2_world_free(world);
return ret;
}