- Fixed bug in pool (free_all_gizmos) where gizmos pointer wasn't being
authorpjk <pjk>
Tue, 27 Apr 2004 22:41:19 +0000 (22:41 +0000)
committerpjk <pjk>
Tue, 27 Apr 2004 22:41:19 +0000 (22:41 +0000)
commit0934e6d63566d310cde14378e07d4baedc48b29c
treeca3906dbbfaa5ff3f756ca60eb9faccc39eda24b
parentf1c9e6126217fbb47aefa3f6360cafb3e15976e1
- Fixed bug in pool (free_all_gizmos) where gizmos pointer wasn't being
  NULLed after we freed all of the gizmos
- Fixed bug in vfm (cancel_transformations) where we didn't NULL t_trns after
  freeing it
- Updated routines around variable labels to allow 255 char. variable labels
  (this is supported by SPSS 11.0 at least...)  This doesn't appear to break
  backward compat.  Let me know if it does.
src/aggregate.c
src/pool.c
src/sfm-write.c
src/var-labs.c
src/vfm.c