subsurface/core/subsurface-qt
Berthold Stoeger 5ad6e168c6 Fix memory leaks in SettingsObjectWrapper.cpp
Free a bunch of C-style strings before assigning newly copied strings.
One case was particularly buggy:
  prefs.locale.use_system_language = copy_string(qPrintable(value));
Note that prefs.locale.use_system_language is a bool, which of course
always evaluates to true! Probably nobody noticed because a restart
is required when changing locale.

Moreover remove a few double-semicolons.
2017-11-17 15:32:38 +01:00
..
CylinderObjectHelper.cpp Add SPDX header to remaining core files 2017-04-29 13:32:55 -07:00
CylinderObjectHelper.h Add SPDX header to remaining core files 2017-04-29 13:32:55 -07:00
DiveObjectHelper.cpp QML UI: DiveList: add date box to trip header 2017-06-24 13:13:04 -07:00
DiveObjectHelper.h Add SPDX header to remaining core files 2017-04-29 13:32:55 -07:00
SettingsObjectWrapper.cpp Fix memory leaks in SettingsObjectWrapper.cpp 2017-11-17 15:32:38 +01:00
SettingsObjectWrapper.h Make Bluetooth naming consistent 2017-11-13 20:48:17 -08:00