gstreamer/validate/tools
Vineeth T M d57fca241a validate: Fix memory leaks when context parse fails
When g_option_context_parse fails, context and error variables are not getting free'd
which results in memory leaks. Free'ing the same.

And replacing g_error_free with g_clear_error, which checks if the error being passed
is not NULL and sets the variable to NULL on free'ing.

https://bugzilla.gnome.org/show_bug.cgi?id=753862
2015-11-11 10:12:49 +01:00
..
.gitignore validate: Add a gst-validate-images-check tool 2015-06-08 17:40:32 +02:00
gst-validate-images-check.c validate: Fix memory leaks when context parse fails 2015-11-11 10:12:49 +01:00
gst-validate-launcher.in validate:launcher: Handle git error properly 2015-04-15 11:36:28 +02:00
gst-validate-media-check.c validate: Fix memory leaks when context parse fails 2015-11-11 10:12:49 +01:00
gst-validate-transcoding.c validate: Fix memory leaks when context parse fails 2015-11-11 10:12:49 +01:00
gst-validate.c validate: Fix memory leaks when context parse fails 2015-11-11 10:12:49 +01:00
Makefile.am validate: tools: fix build 2015-06-13 19:25:17 +01:00