gstreamer/tests/examples
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
..
.gitignore ges: multifilesrc support 2014-03-19 18:32:48 +01:00
assets.c Always prefer gst_object_(un)ref over g_object_(un)ref 2013-03-18 12:48:41 -03:00
concatenate.c Rename TIMELINE_MODE_XXX to GES_PIPELINE_MODE_XXX so it corresponds to reality 2014-02-17 12:37:57 +01:00
ges-ui.c Rename TIMELINE_MODE_XXX to GES_PIPELINE_MODE_XXX so it corresponds to reality 2014-02-17 12:37:57 +01:00
ges-ui.glade Revert "ges: Disable the Pitivi formatter" 2013-09-22 23:06:22 +02:00
Makefile.am ges: multifilesrc support 2014-03-19 18:32:48 +01:00
multifilesrc.c editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00
overlays.c editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00
simple1.c editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00
test1.c ges-pipeline: Rename add_timeline to set_timeline 2014-02-04 14:17:47 +01:00
test2.c ges-pipeline: Rename add_timeline to set_timeline 2014-02-04 14:17:47 +01:00
test3.c ges-pipeline: Rename add_timeline to set_timeline 2014-02-04 14:17:47 +01:00
test4.c editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00
text_properties.c editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00
thumbnails.c editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00
transition.c editing-services: Fix memory leaks when context parse fails 2015-09-30 12:16:15 +02:00