mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
b5d6e53e50
This commit fixes a potential memory leak, since PropertyComparator previously kept an indirect reference to the value it last compared. Closes gh-26869