souphttpsrc: Chain finalize call to parent
authorAlbert Sjölund <alberts@axis.com>
Wed, 27 Sep 2023 06:48:03 +0000 (08:48 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 27 Sep 2023 11:27:02 +0000 (11:27 +0000)
commitc53376cbfca113797aa80dc2b7cc21cd1497c616
treeeeec0ad118f58f04fea9bef66bd8ee2c63c4f792
parentc7f7c8e34662415f2342355465642ae4e0004c97
souphttpsrc: Chain finalize call to parent

GstSoupSession finalize does not chain parent finalize,
causing it to leak memory, shown under g freeze notify.
In finalize method, ensure all branches call to parent
finalize.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5402>
subprojects/gst-plugins-good/ext/soup/gstsouphttpsrc.c