mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Free more struped prefs
These ones are strduped prefs, but not stored in the prefs structure. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
85d3817bd2
commit
65a988a232
1 changed files with 2 additions and 0 deletions
|
@ -189,6 +189,8 @@ void exit_ui(void)
|
|||
delete window;
|
||||
delete application;
|
||||
free((void *)existing_filename);
|
||||
free((void *)default_dive_computer_vendor);
|
||||
free((void *)default_dive_computer_product);
|
||||
free((void *)default_dive_computer_device);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue