dfhack/plugins/embark-assistant
bseiller 60e83046f8 Prevent accidental double-frees
- matcher.cpp, survey.cpp: setting the state pointer to null/nullptr in ::shutdown() to prevent errors caused by accidental double-frees - an additional check if the pointer is null already is not necessary as the standard guarantees that nothing happens if delete is called on a nullpointer

Co-Authored-By: Alan <3719547+lethosor@users.noreply.github.com>
2021-02-20 22:43:12 +01:00
..
CMakeLists.txt
defs.h fixing indention/whitespaces 2021-01-19 00:07:28 +01:00
embark-assistant.cpp Fix crash 2021-02-04 01:10:10 +01:00
embark-assistant.h
finder_ui.cpp
finder_ui.h
help_ui.cpp Corrected river size handling 2020-12-03 15:40:22 +01:00
help_ui.h
matcher.cpp Prevent accidental double-frees 2021-02-20 22:43:12 +01:00
matcher.h Improve performance of surveying => faster search 2021-02-03 00:08:59 +01:00
overlay.cpp
overlay.h
screen.cpp
screen.h
survey.cpp Prevent accidental double-frees 2021-02-20 22:43:12 +01:00
survey.h removing 2 dead stores to speed up survey::survey_mid_level_tile 2021-01-18 19:38:57 +01:00