Skip to content

Resolve "Reference counting in SocketClient event signal is broken"

SocketClient: Take copy in RefPtrs for signal args

Without doing so, the C++ arguments take ownership of the C GObjects
passed to the handler, so both go out of scope on exiting the handler.

https://gitlab.gnome.org/GNOME/glibmm/issues/28

Closes #28 (closed)

Edited by Daniel Boles

Merge request reports