From cd1825890e1142766659a1b1d532bcc3417a6029 Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 16 Nov 2025 10:28:30 +0000 Subject: [PATCH] fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@747 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.c b/src/core.c index cc5b6f5..5c9836b 100644 --- a/src/core.c +++ b/src/core.c @@ -217,7 +217,7 @@ static void MwFreeWidget(MwWidget handle) { free(handle->name); - MwLLDestroy(handle->lowlevel); + if(handle->lowlevel != NULL) MwLLDestroy(handle->lowlevel); shfree(handle->integer);