mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Destroy the divelist (tree) before calling gtk_main_quit()
Added new function dive_list_destroy() in divelist.c Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7f01b91c99
commit
cfefa0206d
3 changed files with 8 additions and 0 deletions
|
@ -74,6 +74,7 @@ extern GtkWidget *cylinder_list_widget(int w_idx);
|
|||
extern GtkWidget *weightsystem_list_widget(int w_idx);
|
||||
|
||||
extern GtkWidget *dive_list_create(void);
|
||||
extern void dive_list_destroy(void);
|
||||
|
||||
unsigned int amount_selected;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue