Changes between Initial Version and Version 1 of Ticket #5527, comment 2
- Timestamp:
- Nov 3, 2021, 12:04:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5527, comment 2
initial v1 1 1 I tested out having the structure live on with zero atoms and immediately got a segmentation fault, and I'm pretty sure that was the tip of a very large iceberg -- so I went the other route and had deleting all atoms call Structure.delete() rather than directly calling the C++ destructor. 2 2 3 Fixed by [https://github.com/RBVI/ChimeraX/commit/ 1b8148798e8ae18f4fa6951c398634bea3a396c7this commit].3 Fixed by [https://github.com/RBVI/ChimeraX/commit/ec903ad03031e32e4920a1946ce9ce499ef539f9 this commit]. 4 4 5 5 I only put it on the develop branch. If you felt it was a good/safe idea I could put it on the release branch as well.