LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.07k stars 481 forks source link

Fix memory leak on client disconnect #573

Closed JorisHansMeijer closed 1 year ago

JorisHansMeijer commented 1 year ago

When using websockets the wsctx context is not freed after a disconnect