diff options
author | dscho <dscho> | 2005-05-07 13:33:09 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-07 13:33:09 +0000 |
commit | 34f714bcdc3e2d7a21a9179357dc93f2561301c8 (patch) | |
tree | 850d98f9535bd0e1fa10faff773e5069bbefbd40 /test | |
parent | 1bb36df34ea25a3379b5232154a55e4da489ab60 (diff) | |
download | libtdevnc-34f714bcdc3e2d7a21a9179357dc93f2561301c8.tar.gz libtdevnc-34f714bcdc3e2d7a21a9179357dc93f2561301c8.zip |
socketInitDone -> socketState
Diffstat (limited to 'test')
-rwxr-xr-x | test/cursortest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cursortest.c b/test/cursortest.c index 8e98aed..4c75f23 100755 --- a/test/cursortest.c +++ b/test/cursortest.c @@ -343,7 +343,6 @@ int main(int argc,char** argv) /* 40000 are the microseconds to wait on select(), i.e. 0.04 seconds */ rfbRunEventLoop(rfbScreen,40000,FALSE); - rfbFreeCursor(rfbScreen->cursor); free(rfbScreen->frameBuffer); rfbScreenCleanup(rfbScreen); |