1
0
Fork 0

scan-build

This commit is contained in:
Jan Steemann 2014-05-15 10:18:05 +02:00
parent 9fa7fe20ea
commit cc956b3976
1 changed files with 1 additions and 1 deletions

View File

@ -1097,7 +1097,7 @@ void runTest (int mode)
list1 = GeoIndex_PointsWithinRadius(gi,&gcp,9800000.0); list1 = GeoIndex_PointsWithinRadius(gi,&gcp,9800000.0);
for(j=0;j<(int) list1->length;j++) /* delete before freeing list1! */ for(j=0;j<(int) list1->length;j++) /* delete before freeing list1! */
{ {
r=GeoIndex_remove(gi,list1->coordinates+j); GeoIndex_remove(gi,list1->coordinates+j);
} }
gcmass(400+5*i,list1, np[i], hs[i]); gcmass(400+5*i,list1, np[i], hs[i]);
} }