X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fpor-file-writer.c;h=8de293c5eafb2904d065db08f7779c9980f4e805;hb=9a331fe64eb814ae5c1322e21717a04fb254bf65;hp=a50563ab964275df30365263005dbd1ded5262c9;hpb=92f9121c49de9f91d9d743b5dc854cf701713dc5;p=pspp diff --git a/src/data/por-file-writer.c b/src/data/por-file-writer.c index a50563ab96..8de293c5ea 100644 --- a/src/data/por-file-writer.c +++ b/src/data/por-file-writer.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000, 2006 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2006, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -464,7 +464,7 @@ por_file_casewriter_write (struct casewriter *writer, void *w_, else casewriter_force_error (writer); - case_destroy (c); + case_unref (c); } static void