Created attachment 145344 [details] [review] Solving the shared memory leakge problem In rc/glx/drisw_glx.c XCreateDrawable(struct drisw_drawable * pdp, int shmid, Display * dpy) it will be checked at entering function if there is an image already defined and if so it will get destroyed. Unfortunately this marks the Shared Memory only as "dest" ( "Mark the segment to be destroyed. The segment will actually be destroyed only after the last process detaches it.") But after this call the XShmDetachCall is missing and so shared memory will sum up until the program is finished I tested attached patch it works.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/121.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.