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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user