]> source.dussan.org Git - tigervnc.git/commit
Fix shared memory leak 1722/head
authorAdam Halim <adaab301@student.liu.se>
Mon, 12 Jun 2023 08:44:43 +0000 (10:44 +0200)
committer= <adaab301@student.liu.se>
Fri, 26 Jan 2024 15:11:41 +0000 (16:11 +0100)
commit43d844eca4d3c705d19c8922f71932fc5882a0be
treebce9c77c6baea3580b09211e3e4283f453f8653a
parent973a8a237adb5a453f01698dc8636f63090dda36
Fix shared memory leak

The MIT-SHM documentation:
  https://www.x.org/releases/X11R7.7/doc/xextproto/shm.html
says to run XShmDetach() first, and then to destroy the segment.

(cherry picked from commit 585ee24d4cd81759ca7206d5d5181a491c2e8898)
unix/x0vncserver/Image.cxx