Changed all the licence notices in all the files.
[pspp-builds.git] / src / sfm-write.c
index f09834b342f549010c811e5dfea4eb65b0a19a20..7a5f10c40811ca13684857db1a2a36d931523061 100644 (file)
@@ -14,8 +14,8 @@
 
    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 <config.h>
 #include "sfm-write.h"
@@ -646,6 +646,7 @@ write_longvar_table (struct sfm_writer *w, const struct dictionary *dict)
   if (!buf_write (w, buf, bufsize))
     goto error;
 
+  free (buf);
   return 1;
 
  error: