]> source.dussan.org Git - tigervnc.git/commit
Avoid leaking overlay memory
authorPierre Ossman <ossman@cendio.se>
Thu, 23 Dec 2021 15:06:14 +0000 (16:06 +0100)
committerPierre Ossman <ossman@cendio.se>
Thu, 23 Dec 2021 15:06:14 +0000 (16:06 +0100)
commit3ca59d3ccfa73f5ab29116cfab5889f8b172b857
tree30ee94025fec906f56d3e31328a156707cebee76
parent1f56a8b0db7a316c07af1fb902110207e247da8c
Avoid leaking overlay memory

Fl_RGB_Image doesn't take ownership of the pixel data, so we have to
explicitly free this as well once we are done.
vncviewer/DesktopWindow.cxx