[Bug 732789] mpegts: don't confuse slice allocator with regular allocator
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Wed Jul 9 08:33:19 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=732789
GStreamer | gst-plugins-bad | git
Edward Hervey <bilboed> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|HEAD |1.4.0
--- Comment #13 from Edward Hervey <bilboed at bilboed.com> 2014-07-09 15:33:16 UTC ---
commit fba6ebaae2d9adb5aa501fc81b4a7005042f71c6
Author: Sebastian Rasmussen <sebras at hotmail.com>
Date: Sun Jul 6 01:55:50 2014 +0200
mpegts: No need to check for NULL before calling g_free()
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732789
commit 66c38b50f3ddd911eb5abd05e8095e438cadec78
Author: Sebastian Rasmussen <sebras at hotmail.com>
Date: Sun Jul 6 01:55:16 2014 +0200
mpegts: Don't confuse slice allocator with regular one
Previously selector_bytes and private_data_bytes were sometimes allocated
and
free using the normal allocator and sometimes using the slice allocator.
Additionally prefer g_strdup() to g_memdup() for strings.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732789
--
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