Icon needs to be 'destroyed' when program stops. #9
Labels
No labels
CLI
GUI
bug
duplicate
feature
in development
invalid
non-priority
optimisation
prioritised
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Ruben/iconiic#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Windows docs specify that "You are responsible for destroying this handle with DestroyIcon when you no longer need it.", referring to the handle to the icon in the file_info object in this program. Said handle should be destroyed before the program stops.
Fixed in
7b5c1fbdff
Also added an exit option for the CLI and the handle to the icon is destroyed then, could be improved by destroying the handle when selecting a new path / file but this is not implemented yet.