Changes between Initial Version and Version 2 of Ticket #23527
- Timestamp:
- 2024-02-29T15:52:08+01:00 (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23527
- Property Owner changed from to
- Property Status assigned → new
-
TabularUnified Ticket #23527 – Description
initial v2 1 1 ==== What steps will reproduce the problem? 2 2 1. create new way in an empty layer and select it 3 2. click on +-button in relations window, this opens the relation editor with the selected way as member 4 3. add e.g. type=route as tag for the relation 3 2. click on +-button in relations window, this opens the relation editor with the selected way on the right 4 3. click the button to add the way as member 5 4. add e.g. type=route as tag for the relation 5 6 4. press OK button 6 5. create heap dump7 6. create heap dump 7 8 ==== What is the expected result? 8 9 The heap dump should show that the way has a single referer (the newly created relation) 9 10 ==== What happens instead? 10 The heap dump shows that the way has 4 referers (several temporary relations which are created in the relation editor) 11 The heap dump shows that the way has 4 referers (several temporary relations which are created in the relation editor). The more tags you add the more dead refererres there are. 11 12 ==== Please provide any additional information below. Attach a screenshot if possible. 12 13 This is a regression of r18413.