ulpfecenc: fix unmatched free() call
authorMatthew Waters <matthew@centricular.com>
Mon, 21 Feb 2022 02:24:07 +0000 (13:24 +1100)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 21 Feb 2022 09:43:33 +0000 (09:43 +0000)
commit629b427a132e69c8816aff01ea1d995e0068bf86
treec616777eb7c6770026398c2bbd372d18160db3f6
parentacc90240393fa85d5e6458e9fa68dff855bdc974
ulpfecenc: fix unmatched free() call

One must always match a g_slice_new with a g_slice_free and a g_new with
a g_free.  This was not the case for the internal ctx struct.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1761>
subprojects/gst-plugins-good/gst/rtp/gstrtpulpfecenc.c