diff options
-rw-r--r-- | libvncserver/tight.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libvncserver/tight.c b/libvncserver/tight.c index 5bbab26..bb033c3 100644 --- a/libvncserver/tight.c +++ b/libvncserver/tight.c @@ -134,13 +134,11 @@ void rfbTightCleanup(rfbScreenInfoPtr screen) { if(tightBeforeBufSize) { free(tightBeforeBuf); - tightBeforeBuf = NULL; tightBeforeBufSize=0; tightBeforeBuf = NULL; } if(tightAfterBufSize) { free(tightAfterBuf); - tightAfterBuf = NULL; tightAfterBufSize=0; tightAfterBuf = NULL; } |