gui: Fix crash in Paired T-Test dialog on selecting first variable.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Apr 2011 23:53:26 +0000 (16:53 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 9 Apr 2011 23:53:26 +0000 (16:53 -0700)
commit0cb2b9c421440ddf413bbfd39642404ee67e86f5
tree4ef48253f90b4d3d27a73ad148b9cf531250306b
parenta9faf7c6614e0cbc5532f4c9bf9afcf92d52209e
gui: Fix crash in Paired T-Test dialog on selecting first variable.

When a variable is moved into the list of selected variables in the
Paired T-Test dialog, that row of the treeview has one nonnull
variable and one null variable.  Calling var_get_name(NULL) causes a
segfault.

I'm not certain that this is the correct fix, but it fixes the
segfault.  The missing variable is now shown as <unset> until a second
variable is moved into the treeview.

Bug #32958.
src/ui/gui/psppire-var-view.c