Changes between Initial Version and Version 1 of Ticket #10224, comment 4
- Timestamp:
- Nov 20, 2013, 7:13:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10224, comment 4
initial v1 1 If speed isn't critical, I've added null checking. It's better than crash few lines later, It will call destructors etc. Error code 2 because it's unused and someone can easily track problem in source. 1 If speed isn't critical, I've added null checking. It's better than crash few lines later, It will call destructors etc. Error code 2 because it's unused and someone can easily track problem in source. And it will silient off tools to static analysis.