Browse Source

Properly free temporary cursor buffer

tags/v1.5.90
Pierre Ossman 8 years ago
parent
commit
35bb7294c5
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      unix/xserver/hw/vnc/vncHooks.c

+ 2
- 0
unix/xserver/hw/vnc/vncHooks.c View File

@@ -673,6 +673,8 @@ static Bool vncHooksDisplayCursor(DeviceIntPtr pDev,
#endif

vncSetCursor(pScreen->myNum, width, height, hotX, hotY, rgbaData);

free(rgbaData);
}

out:

Loading…
Cancel
Save