winex11: Free correct pointer when using xf86vm.
commit18522a0594b1dc63880063520ae48707738ed346
authorFabian Maurer <dark.shadow4@web.de>
Sun, 19 Nov 2023 21:26:55 +0000 (19 22:26 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 21 Nov 2023 10:10:38 +0000 (21 11:10 +0100)
tree0671ec38e1985505470d0e02398315972347121f
parentf341a693f4caa6804e068142d8850a943beda6a3
winex11: Free correct pointer when using xf86vm.

After allocation the pointer gets shifted by sizeof(xf86vm_modes),
so we have to undo that before calling free.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55909
dlls/winex11.drv/xvidmode.c