Skip to content

Commit 42588c0

Browse files
committed
Remove al_free() possibly conflicting with pool drain
1 parent d5535f4 commit 42588c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/macosx/osxgl.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1805,7 +1805,6 @@ static void destroy_display(ALLEGRO_DISPLAY* d)
18051805
CVDisplayLinkRelease(dpy->display_link);
18061806
}
18071807
al_free(d->vertex_cache);
1808-
al_free(d);
18091808
[pool drain];
18101809
}
18111810

0 commit comments

Comments
 (0)