gstreamer/tests/icles
Vineeth TM 8e5f7f27f5 gstreamer: base: 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=753852
2015-10-02 17:26:27 +03:00
..
playback tests/playback: quit from main loop 2014-10-31 13:50:34 +00:00
.gitignore tests: Add reverse playback verification test 2014-11-20 02:08:45 +11:00
audio-trickplay.c controller: adapt to control-source type changes 2012-01-31 12:28:30 +01:00
input-selector-test.c tests: fix input-selector-test 2013-11-18 19:27:14 +00:00
Makefile.am tests: Add reverse playback verification test 2014-11-20 02:08:45 +11:00
output-selector-test.c tests: use g_timeout_add_seconds wherever possible. 2013-01-27 13:37:29 +00:00
playbin-text.c Fix FSF address 2012-11-03 23:05:09 +00:00
position-formats.c tests: use g_timeout_add_seconds wherever possible. 2013-01-27 13:37:29 +00:00
stress-playbin.c gstreamer: base: Fix memory leaks when context parse fails. 2015-10-02 17:26:27 +03:00
stress-videooverlay.c tests: Add missing unrefs of objects after use 2014-08-06 15:18:56 +02:00
test-box.c Fix FSF address 2012-11-03 23:05:09 +00:00
test-colorkey.c tests: fix deprecated API in colorkey and videooverlay 2015-04-02 12:27:54 +01:00
test-effect-switch.c gstreamer: base: Fix memory leaks when context parse fails. 2015-10-02 17:26:27 +03:00
test-header-compile tests: add test-header-compile script 2013-08-16 14:14:07 +01:00
test-overlay-blending.c tests: make overlay blending test slightly less boring 2014-11-16 19:28:54 +00:00
test-reverseplay.c reverse-play: fix seek to end when starting reverse 2014-12-08 18:53:35 +11:00
test-scale.c Fix FSF address 2012-11-03 23:05:09 +00:00
test-textoverlay.c tests: Add missing unrefs of objects after use 2014-08-06 15:18:56 +02:00
test-videooverlay.c tests: fix deprecated API in colorkey and videooverlay 2015-04-02 12:27:54 +01:00