GNOME Bugzilla – Bug 761902
gstinfo: remove unused variable
Last modified: 2016-02-12 15:57:29 UTC
Created attachment 320940 [details] [review] patch This makes core warning-free for us!
This doesn't apply, and the code doesn't look familiar either, are you sure it's not a custom patch of yours?
Whops, you are right. Got a bit lost in the patches there! :) Sorry!
Review of attachment 320940 [details] [review]: ::: gst/gstinfo.c @@ +320,2 @@ name = g_strdup (env); name = _replace_pattern_in_gst_debug_file_name (name, "%p", getpid ()); Isn't tmp supposed to be used here, to avoid a leak ?