git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@747 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-11-16 10:28:30 +00:00
parent ac688753a0
commit cd1825890e

View File

@@ -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);