git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@48 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-09-29 04:48:59 +00:00
parent 90ffa94f44
commit 1e9aeb50e6
4 changed files with 35 additions and 29 deletions

View File

@@ -81,6 +81,8 @@ MwLL MwLLCreate(MwLL parent, int x, int y, int width, int height) {
}
void MwLLDestroy(MwLL handle) {
MwLLDestroyCommon(handle);
DestroyWindow(handle->hWnd);
free(handle);