You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* FIXME: a leak is generated on each frame draw when using fractional scaling because these are commented out, they are commented out becaues they cause a double free! */
793
-
/* X11_XDestroyImage(pixmap_image); */
794
-
/* X11_XDestroyImage(put_image); */
792
+
X11_XDestroyImage(pixmap_image);
793
+
/* Needed because XDestroyImage results in a double-free otherwise */
0 commit comments