changed debian/source/format to native
This commit is contained in:
parent
31bb73a160
commit
be4704b807
|
@ -279,7 +279,6 @@ static char ** split(const char *arg, const char *delim)
|
||||||
free(result[--i]);
|
free(result[--i]);
|
||||||
}
|
}
|
||||||
free(result);
|
free(result);
|
||||||
free(copy);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
result = tmp;
|
result = tmp;
|
||||||
|
|
|
@ -1,16 +0,0 @@
|
||||||
Description: Remove double free() in contrib/shpsrt, issue #39
|
|
||||||
Author: Albin Eldstål-Ahrens <laeder.keps@gmail.com>
|
|
||||||
Origin: https://github.com/OSGeo/shapelib/commit/c75b9281a5b9452d92e1682bdfe6019a13ed819f
|
|
||||||
Bug: https://github.com/OSGeo/shapelib/issues/39
|
|
||||||
Bug-Debian: https://bugs.debian.org/1022557
|
|
||||||
|
|
||||||
--- a/contrib/shpsort.c
|
|
||||||
+++ b/contrib/shpsort.c
|
|
||||||
@@ -279,7 +279,6 @@ static char ** split(const char *arg, co
|
|
||||||
free(result[--i]);
|
|
||||||
}
|
|
||||||
free(result);
|
|
||||||
- free(copy);
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
result = tmp;
|
|
|
@ -1 +0,0 @@
|
||||||
0001-Remove-double-free-in-contrib-shpsrt-issue-39.patch
|
|
|
@ -1 +1 @@
|
||||||
3.0 (quilt)
|
3.0 (native)
|
||||||
|
|
Loading…
Reference in New Issue