1
0
mirror of https://github.com/KDE/krfb synced 2026-07-01 07:41:17 -07:00

working, but buggy

svn path=/trunk/kdenetwork/krfb/; revision=135649
This commit is contained in:
Tim Jansen
2002-02-09 20:12:57 +00:00
parent 76f5c120ef
commit 3dab9b4e65
13 changed files with 108 additions and 67 deletions

View File

@@ -271,9 +271,10 @@ rfbNewTCPOrUDPClient(rfbScreen,sock,isUDP)
if (WriteExact(cl, pv, sz_rfbProtocolVersionMsg) < 0) {
rfbLogPerror("rfbNewClient: write");
rfbCloseClient(cl);
// TODO: memory leak here (cl is never freed)
// can rfbClientConnectionGone called at this time?
// tim@tjansen.de
/* TODO: memory leak here (cl is never freed)
* can rfbClientConnectionGone called at this time?
* tim@tjansen.de
*/
return NULL;
}
}