[PATCH] Xephyr: Remove socket and its lock file on exit

Jeremy Huddleston jeremyhu at apple.com
Mon Oct 10 16:00:48 PDT 2011


On Oct 10, 2011, at 15:34, Julien Cristau wrote:

>> +static int _X_NORETURN
>> +x_io_error_handler (Display *dpy) {
>> +    CloseWellKnownConnections();
>> +    OsCleanup(1);
>> +    exit(0);
>> +}
>> +
> Shouldn't this exit with an error?  It's an error handler after all...

Yeah, I was on the fence about that.  Done.




More information about the xorg-devel mailing list