GNOME Bugzilla – Bug 755019
gstreamer: Fix error leak during failure cases
Last modified: 2015-09-15 17:51:08 UTC
There are few instances in gstreamer core plugin where error is getting leaked during failure cases.
Created attachment 311321 [details] [review] fix indentation gst-indent complains about indentation while committing changes to gstcheck.c Hence first submitting a separate patch for indentation.
Created attachment 311322 [details] [review] fix error leaks during failures
Fixing leaks in benchmarks is arguably a tad pointless, but whatever: commit fcdfcbd618bf4235536122cd63856765827ff4ca Author: Vineeth TM <vineeth.tm@samsung.com> Date: Tue Sep 15 10:56:40 2015 +0900 downloadbuffer, benchmarks: fix error leaks in failure code paths https://bugzilla.gnome.org/show_bug.cgi?id=755019 commit f409dd48e09df0d6197717711d02945591274c63 Author: Vineeth TM <vineeth.tm@samsung.com> Date: Tue Sep 15 10:52:55 2015 +0900 check: Fix indentation https://bugzilla.gnome.org/show_bug.cgi?id=755019
Comment on attachment 311321 [details] [review] fix indentation Changed this a little, the first 'fix' is not really a desirable indentation change.