set copyright year to 2015
[ppastats.git] / src / list.c
index 21daca6..29241fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2011-2014 jeanfi@gmail.com
+  Copyright (C) 2011-2015 jeanfi@gmail.com
 
   This program is free software; you can redistribute it and/or
   modify it under the terms of the GNU General Public License as
@@ -73,8 +73,6 @@ void **list_append_list(void **list1, void **list2)
 
        list[n1+n2] = NULL;
 
-       free(list1);
-
        return list;
 }