H95518

Results 2 issues of H95518

wkt string is allocated but not released.

The code should be changed to like this: -(id)initWithWKB:(const unsigned char *) wkb size:(size_t)wkb_size { self = [self init]; if (self) { GEOSContextHandle_t handle = (GEOSContextHandle_t)self.handle; ``` GEOSWKBReader *WKBReader =...