From 42588c0bfc9d9502a638fe027fc3cb61451a15f6 Mon Sep 17 00:00:00 2001 From: Mark Oates Date: Tue, 28 Mar 2023 11:27:22 -0400 Subject: [PATCH] Remove al_free() possibly conflicting with pool drain --- src/macosx/osxgl.m | 1 - 1 file changed, 1 deletion(-) diff --git a/src/macosx/osxgl.m b/src/macosx/osxgl.m index 316f9c33f0..7e4f3104a1 100644 --- a/src/macosx/osxgl.m +++ b/src/macosx/osxgl.m @@ -1805,7 +1805,6 @@ static void destroy_display(ALLEGRO_DISPLAY* d) CVDisplayLinkRelease(dpy->display_link); } al_free(d->vertex_cache); - al_free(d); [pool drain]; }