X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Fui.c;h=21f387e0a2a25ee361eb092d430c21f3e139d89f;hb=68f4d42909fb311bc173dc2f684cd826b1f89ba5;hp=e4178eb5838cefd657d97430d4dd355618832fec;hpb=4cb04c42ed9d608b619c511ea7f6e966cc8cbecb;p=doldaconnect.git diff --git a/daemon/ui.c b/daemon/ui.c index e4178eb..21f387e 100644 --- a/daemon/ui.c +++ b/daemon/ui.c @@ -1,6 +1,6 @@ /* * Dolda Connect - Modular multiuser Direct Connect-style client - * Copyright (C) 2004 Fredrik Tolf (fredrik@dolda2000.com) + * Copyright (C) 2004 Fredrik Tolf * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1548,6 +1548,7 @@ static void freeuidata(struct uidata *data) actives = data->next; data->sk->readcb = NULL; data->sk->errcb = NULL; + closesock(data->sk); putsock(data->sk); while((qcmd = unlinkqcmd(data)) != NULL) freequeuecmd(qcmd);