fix
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-02-06 22:05:13 +09:00
commit 11fec984cf
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -251,7 +251,7 @@ static void destroy(MwWidget handle) {
while(w->parent != NULL) w = w->parent;
w->berserk++;
w->berserk--;
free(handle->internal);
}