commit 7f9bf37

uint  ·  2026-08-05 17:01:04 +0000 UTC
parent 3fd894c
fix double free on platform shutdown
1 files changed,  +0, -1
+0, -1
1@@ -103,7 +103,6 @@ void platform_shutdown(MGContext* ctx)
2 		return;
3 
4 	maus_close(ctx->win);
5-	free(ctx->win);
6 	ctx->win = NULL;
7 	platform_ctx = NULL;
8 }