[Bug 785112] Freeing NONHEAP_MEMORY.STRING

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Jul 19 09:43:51 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=785112

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
                 CC|                            |t.i.m at zen.co.uk
           Severity|critical                    |minor

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Please don't file bugs with "critical" severity unless they really are severe.
Corner-case issues found by a static code analyzer are more often than not not
critical.

In this case, there is no bug, the g_free is guarded:

        if (tmp[0] != '\0')
          g_free (tmp);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list