intel/genxml: Free resource before exiting

Signed-off-by: Rohan Garg <rohan.garg@collabora.com>
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8162>
This commit is contained in:
Rohan Garg 2021-02-10 15:20:25 +01:00
parent 9bb376bbdb
commit 628c10f14e
1 changed files with 2 additions and 0 deletions

View File

@ -137,5 +137,7 @@ int main(int argc, char **argv)
test_struct(spec);
test_two_levels(spec);
gen_spec_destroy(spec);
return 0;
}