diff options
author | 2019-03-18 15:58:07 +0100 | |
---|---|---|
committer | 2019-04-04 15:09:31 -0700 | |
commit | ac71705b538de5782f6680a6522b35e9c84e9890 (patch) | |
tree | 5ce8be8741c32b7e5482b24da863377100c15887 /appdata | |
parent | 072bf673038a8633c21f01debd7aadfcbe1fde24 (diff) | |
download | subsurface-ac71705b538de5782f6680a6522b35e9c84e9890.tar.gz |
Leak fix: make ostcFirmwareCheck a unique_ptr
ostcFirmwareCheck in DownloadFromDCWidget was neither freed
in the destructor, not freed if a new object was allocated.
Simply make it a unique_ptr<> to do all the work for us.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'appdata')
0 files changed, 0 insertions, 0 deletions