Changed all the licence notices in all the files.
[pspp-builds.git] / src / output.c
index f517ada0286959e03526f855fda6a4044bbc2347..1409316a0ce68041344940ecb2b630b3fb7ace33 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 "output.h"
@@ -455,6 +455,8 @@ outp_done (void)
       free(n);
       n = next;
     }
+  free (outp_title);
+  free (outp_subtitle);
 
   return 1;
 }