gstreamer/tests
Vineeth TM fd29e28c71 editing-services: 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=753864
2015-09-30 12:16:15 +02:00
..
benchmarks ges: Move ges_clip_edit to GESContainer 2013-07-09 22:13:41 +02:00
check tests: Do not use gst-structured-interface in the tests 2015-07-23 12:28:14 +02:00
examples editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00
validate ges-launch: Better document options. 2015-03-25 19:46:59 +01:00
Makefile.am tests: implement our validate TestManager. 2014-10-30 23:43:12 +01:00