poldek: poldek/fileindex.c - forgotten free()

mis mis at pld-linux.org
Wed Jan 23 00:59:57 CET 2008


Author: mis                          Date: Tue Jan 22 23:59:57 2008 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- forgotten free()

---- Files affected:
poldek/poldek:
   fileindex.c (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: poldek/poldek/fileindex.c
diff -u poldek/poldek/fileindex.c:1.32 poldek/poldek/fileindex.c:1.33
--- poldek/poldek/fileindex.c:1.32	Thu Jul 12 23:29:26 2007
+++ poldek/poldek/fileindex.c	Wed Jan 23 00:59:52 2008
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000 - 2005 Pawel A. Gajda <mis at k2.net.pl>
+  Copyright (C) 2000 - 2008 Pawel A. Gajda <mis at pld-linux.org>
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License, version 2 as
@@ -536,7 +536,7 @@
             nconflicts++;
         }
     }
-    
+    n_array_free(paths);
     msgn(0, "%d file conflicts found", nconflicts);
     return nconflicts;
 }
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/fileindex.c?r1=1.32&r2=1.33&f=u



More information about the pld-cvs-commit mailing list