Skip to content

souphttpsrc: Chain finalize call to parent

Albert Sjölund requested to merge alberts/gstreamer:soupfix into main

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.

Merge request reports