Skip to content

Commit 48a20c7

Browse files
Fix MSAN failures in main.gis and main.spatial_utility_function_validate
1 parent 7a1c366 commit 48a20c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/spatial.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3956,7 +3956,7 @@ int Gis_multi_polygon::is_valid(int *valid) const
39563956
exit:
39573957
collector.reset();
39583958
scan_it.reset();
3959-
3959+
my_afree(internals);
39603960
return result;
39613961
}
39623962

0 commit comments

Comments
 (0)