Bryan Wagstaff
-
2001-09-19
- priority: 5 --> 7
c++ standards states that deleting a null pointer is a
valid operation, performing no operation.
opal\src\pages.cpp throws an exeption when deleting a
null pointer.
This action breaks certain valid C++ code. (yes, I
know it is slightly cheaper to check for null before
hand, but this is being pulled in from a M$ library...)