Il 22/10/2012 17:49, Markus Armbruster ha scritto:
>> }
>> > if (vs->lsock < 0) {
>> > g_free(dpy);
>> > - return -1;
>> > + goto fail;
> Now additionally executes
>
> g_free(vs->display);
> vs->display = NULL;
>
> Silent bug fix?
> Possibly... no idea how to reproduce it. Paolo
