Fix a memory leak.

square-messages
Black Hat 2019-04-23 11:12:30 +08:00
parent 2565b8ba79
commit 6a2f0c2105
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ ApplicationWindow {
color: "white"
}
onClicked: root.close()
onClicked: root.destroy()
}
}