From 11fec984cf24c1497c6310095268986a12469fd6 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Fri, 6 Feb 2026 22:05:13 +0900 Subject: [PATCH] fix --- src/widget/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/opengl.c b/src/widget/opengl.c index 8738b5d..ae87817 100644 --- a/src/widget/opengl.c +++ b/src/widget/opengl.c @@ -251,7 +251,7 @@ static void destroy(MwWidget handle) { while(w->parent != NULL) w = w->parent; - w->berserk++; + w->berserk--; free(handle->internal); }