(psppire_variable_sheet_create): Use xstrdup to save string returned
authorBen Pfaff <blp@gnu.org>
Tue, 11 Sep 2007 03:12:34 +0000 (03:12 +0000)
committerBen Pfaff <blp@gnu.org>
Tue, 11 Sep 2007 03:12:34 +0000 (03:12 +0000)
commitf4b7fda32c476d6b2b5c94d175448f912746e8db
treea99192f1079f6e9dacfbc2ef77ebfcfe04d3f8d6
parentf1bdc3abd95899162c3cbbdb63a74145383cbb91
(psppire_variable_sheet_create): Use xstrdup to save string returned
by bind_textdomain_codeset.  Otherwise it can get freed by a
subsequent call.  Patch #6193.  Reviewed by John Darrington.
src/ui/gui/ChangeLog
src/ui/gui/var-sheet.c