Skip to content

Commit 1698d56

Browse files
authored
Ensures minimap overlay is destroyed when the gui is. (#169)
1 parent 72d21cd commit 1698d56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/gui.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ gui_destroy(Gui *gui)
700700
sprite_destroy(gui->bottomFrame);
701701
sprite_destroy(gui->statsFrame);
702702
sprite_destroy(gui->miniMap);
703+
sprite_destroy(gui->miniMapOverlay);
703704
sprite_destroy(gui->silverKey);
704705
sprite_destroy(gui->goldKey);
705706

0 commit comments

Comments
 (0)