remove duplicated destroy call

This commit is contained in:
c9s 2021-02-22 13:45:04 +08:00
parent e040c3fac7
commit bcb18e0fe5

View File

@ -156,5 +156,4 @@ func main() {
}
log.Println("exiting...")
view.Destroy()
}