X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foneway.q;h=565ba61b7f64e3d565b560061e9d2d33b6c10b83;hb=a2222a2ddac2f12d38ae62bc7a769ed6d1ae1b46;hp=1d2082043b33d3c61eecb2cfaa4c7efb4a06cf62;hpb=d043fde2b737897e3372670afc47eb648c17624b;p=pspp-builds.git diff --git a/src/oneway.q b/src/oneway.q index 1d208204..565ba61b 100644 --- a/src/oneway.q +++ b/src/oneway.q @@ -15,8 +15,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -02111-1307, USA. */ +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. */ #include #include @@ -47,7 +47,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA /* (specification) "ONEWAY" (oneway_): - *variables=custom; + *^variables=custom; +missing=miss:!analysis/listwise, incl:include/!exclude; contrast= double list; @@ -140,7 +140,8 @@ cmd_oneway(void) multipass_procedure_with_splits (run_oneway, &cmd); - free_oneway(&cmd); + free (vars); + free_oneway (&cmd); return CMD_SUCCESS; }