pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/src/language/control repeat.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/language/control repeat.c
Date: Thu, 07 Dec 2006 07:09:06 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   06/12/07 07:09:06

Modified files:
        src/language/control: repeat.c 

Log message:
        Fixed memory leak.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/language/control/repeat.c?cvsroot=pspp&r1=1.20&r2=1.21

Patches:
Index: repeat.c
===================================================================
RCS file: /sources/pspp/pspp/src/language/control/repeat.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- repeat.c    5 Dec 2006 11:27:42 -0000       1.20
+++ repeat.c    7 Dec 2006 07:09:06 -0000       1.21
@@ -334,6 +334,7 @@
                && nesting_level-- == 0) 
         {
           lex_discard_line (lexer);
+         ds_destroy (&text);
           return true;
         }
       ds_destroy (&text);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]