Details
Description
When terminating the C (GLib) tutorial server with Ctrl-C, this message is output to the console:
(process:18038): GLib-WARNING **: GError set over the top of a previous GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before it's set.
The overwriting error message was: failed to accept connection - Interrupted system call
done.
The server should instead exit quietly without reporting an issue.