Skip to content

cc: Fix error passing in end-stream signal

Benjamin Berg requested to merge benzea/small-fixes into master

GError is not reference counted and as such it doesn't make sense for a signal handler to own the passed error instance. Instead, the error should be destroyed by the signal emitter and should be copied by the signal handler if it should be used elsewhere.

Merge request reports

Loading