You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
425 B
12 lines
425 B
1 year ago
|
diff -rupN --no-dereference shapelib-1.5.0/contrib/shpsort.c shapelib-1.5.0-new/contrib/shpsort.c
|
||
|
--- shapelib-1.5.0/contrib/shpsort.c 2004-07-06 23:23:17.000000000 +0200
|
||
|
+++ shapelib-1.5.0-new/contrib/shpsort.c 2022-03-02 13:35:48.322878882 +0100
|
||
|
@@ -279,7 +279,6 @@ static char ** split(const char *arg, co
|
||
|
free(result[--i]);
|
||
|
}
|
||
|
free(result);
|
||
|
- free(copy);
|
||
|
return NULL;
|
||
|
}
|
||
|
result = tmp;
|