projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bb376b
)
intel/genxml: Free resource before exiting
author
Rohan Garg
<rohan.garg@collabora.com>
Wed, 10 Feb 2021 14:20:25 +0000
(15:20 +0100)
committer
Rohan Garg
<rohan.garg@collabora.com>
Tue, 16 Feb 2021 14:07:52 +0000
(15:07 +0100)
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>
src/intel/common/tests/genxml_test.c
patch
|
blob
|
history
diff --git
a/src/intel/common/tests/genxml_test.c
b/src/intel/common/tests/genxml_test.c
index 2e2ed00783c4039ba174be3a015d89618f2729ac..49a038d3b2ad7f903545be3d9ecf1f2f1c388e0d 100644
(file)
--- a/
src/intel/common/tests/genxml_test.c
+++ b/
src/intel/common/tests/genxml_test.c
@@
-137,5
+137,7
@@
int main(int argc, char **argv)
test_struct(spec);
test_two_levels(spec);
+ gen_spec_destroy(spec);
+
return 0;
}