Skip to content

Commit b0f62ed

Browse files
committed
Remove al_free() possibly conflicting with pool drain
1 parent e2ff109 commit b0f62ed

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
@@ -1797,7 +1797,6 @@ static void destroy_display(ALLEGRO_DISPLAY* d)
17971797
CVDisplayLinkRelease(dpy->display_link);
17981798
}
17991799
al_free(d->vertex_cache);
1800-
al_free(d);
18011800
[pool drain];
18021801
}
18031802

0 commit comments

Comments
 (0)