[Bug 671910] New: geometrictransform: do not free, freed pointers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 12 08:00:57 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=671910
  GStreamer | gst-plugins-bad | git

           Summary: geometrictransform: do not free, freed pointers
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bug-track at fisher-privat.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=209490)
 View: https://bugzilla.gnome.org/attachment.cgi?id=209490
 Review: https://bugzilla.gnome.org/review?bug=671910&attachment=209490

patch v1

current cheese can create situation where gt->map is freed twice.
This patch set map to null to avoid it.

But this patch uncovers other bug, where i do not know proper solution.
in function gst_geometric_transform_transform()
i trigger this assertion g_return_val_if_fail (gt->map, GST_FLOW_ERROR);

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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