From 7cb8f104d75c7b24a77b271cc242c7d15fc72524 Mon Sep 17 00:00:00 2001 From: erysdren Date: Fri, 9 Jan 2026 07:34:50 -0600 Subject: [PATCH] SDL2: fix bad patchset (#13602) --- media-libs/libsdl2/patches/libsdl2-2.32.10.patchset | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/libsdl2/patches/libsdl2-2.32.10.patchset b/media-libs/libsdl2/patches/libsdl2-2.32.10.patchset index adeaabf53..595c75738 100644 --- a/media-libs/libsdl2/patches/libsdl2-2.32.10.patchset +++ b/media-libs/libsdl2/patches/libsdl2-2.32.10.patchset @@ -340,17 +340,17 @@ index d541289..14ab252 100644 2.52.0 -From 931a779f35719c59efba6859bc37241232838eda Mon Sep 17 00:00:00 2001 +From 73605dff2a3125e71721855826269130582ad2b9 Mon Sep 17 00:00:00 2001 From: erysdren Date: Thu, 8 Jan 2026 04:18:45 -0600 Subject: fix modelist potential bogus free diff --git a/src/video/haiku/SDL_bmodes.cc b/src/video/haiku/SDL_bmodes.cc -index 86c5d8a..053a1ca 100644 +index 86c5d8a..6dc06f5 100644 --- a/src/video/haiku/SDL_bmodes.cc +++ b/src/video/haiku/SDL_bmodes.cc -@@ -244,17 +244,20 @@ void HAIKU_GetDisplayModes(_THIS, SDL_VideoDisplay *display) { +@@ -244,17 +244,18 @@ void HAIKU_GetDisplayModes(_THIS, SDL_VideoDisplay *display) { uint32 count, i; /* Get graphics-hardware supported modes */