diff options
author | Lukas Fleischer <lfleischer@calcurse.org> | 2016-02-15 18:59:23 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2016-02-15 19:03:26 +0100 |
commit | feb059e8cff5fd1057faf88caa127623e35775d2 (patch) | |
tree | eb06367415191e072cd95506e47f321a3bf25c42 /src/mem.c | |
parent | eaf8f96e065ef30fb78ead5cf1e4007aefd25fbf (diff) | |
download | calcurse-feb059e8cff5fd1057faf88caa127623e35775d2.tar.gz calcurse-feb059e8cff5fd1057faf88caa127623e35775d2.zip |
Fix segmentation fault on reload with pre-load hook
We need to manually force a reinitialization of the todo item list box
before reloading the items. Otherwise, the list box contains dangling
references to the linked list of todo items which has already been
cleared at this point. After the pre-load hook is called, the windows
are redrawn by wins_unprepare_external() and these invalid references
are accessed, leading to a segmentation fault.
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/mem.c')
0 files changed, 0 insertions, 0 deletions