GNOME Bugzilla – Bug 755859
ges-lanch and gst-launcher have leakages
Last modified: 2015-10-19 09:20:11 UTC
"gst-validate (--sync) ges --valgrind" reports lots of leakages so I don't have idea how I can organize issues clearly. I just create an issue based on a group of files or APIs. If someone has great idea to handle this kind of process, let me know. thank you! Anyway, here are my patches to fix launch{er} leakages.
Created attachment 312402 [details] [review] [1/3] project uri string
Created attachment 312404 [details] [review] [2/3] improve doc
Created attachment 312405 [details] [review] [3/3] sanitized_timeline string
Created attachment 312406 [details] [review] and one more fix for launch
Review of attachment 312404 [details] [review]: ::: ges/ges-project.c @@ +1033,3 @@ * Retrieve the uri that is currently set on @project * + * Returns: a newly allocated string representing uri. Then we should specify (transfer full)
Review of attachment 312405 [details] [review]: OK
Review of attachment 312402 [details] [review]: ::: tools/ges-launcher.c @@ -233,2 +237,3 @@ } + gst_object_unref (project); Looks weird to unref it here, where does that ref come from?
Review of attachment 312406 [details] [review]: OK
Created attachment 312462 [details] [review] [2/3] improve doc
Created attachment 312463 [details] [review] [2/3] improve doc
Created attachment 312464 [details] [review] [1/3] project uri string
These patches are moved to; https://phabricator.freedesktop.org/D380 https://phabricator.freedesktop.org/D381 https://phabricator.freedesktop.org/D382
Why are they different "pull requests" in phabricator instead of just having one branch there?
(In reply to Sebastian Dröge (slomo) from comment #14) > Why are they different "pull requests" in phabricator instead of just having > one branch there? One revision per commit is the way it works (same as one patch per commit here). The workflow we have (and that let us have a clear view of what to do) is to have a task per branch, similar to https://phabricator.freedesktop.org/T3373