treewide: Fix memory leaks from calls to relocate().
commitcf34c17b6383b371d66e1bfca7f0e82bb29fb9ff
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 20 Apr 2023 02:54:12 +0000 (19 19:54 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 20 Apr 2023 02:54:12 +0000 (19 19:54 -0700)
tree0c4d795480814795a079d7beb349ed629e59b964
parent469786accf638c29c86c82c579ae163be71f5d20
treewide: Fix memory leaks from calls to relocate().

These were all avoidable, and I got tired of seeing message from Address
Sanitizer about them.
src/language/commands/set.c
src/language/lexer/include-path.c
src/libpspp/message.c
src/libpspp/str.c
src/libpspp/str.h
src/ui/gui/builder-wrapper.c
src/ui/gui/builder-wrapper.h
src/ui/gui/help-menu.c
src/ui/gui/main.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire-window.c