Audit and cleanup dispose methods of classes which have them.
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Jul 2020 09:30:29 +0000 (11:30 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sat, 4 Jul 2020 09:30:29 +0000 (11:30 +0200)
commit2d45d41b2bae93062d76d0dc48a025b348631801
tree3acc55b32ce03a501562f393748e8236b1452461
parentcf039918a493868e3b777575b2bc504c3adbb9d5
Audit and cleanup dispose methods of classes which have them.

Ensure that all non-trivial dispose methods use the dispose_has_run
flag and that only unreffing takes place within dispose.
13 files changed:
src/ui/gui/psppire-acr.c
src/ui/gui/psppire-acr.h
src/ui/gui/psppire-conf.c
src/ui/gui/psppire-conf.h
src/ui/gui/psppire-data-editor.c
src/ui/gui/psppire-data-editor.h
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-data-window.h
src/ui/gui/psppire-dict.c
src/ui/gui/psppire-dict.h
src/ui/gui/psppire-scanf.c
src/ui/gui/psppire-window-register.c
src/ui/gui/psppire-window-register.h